Skip to content

Commit

Permalink
Re-write Conformance chapter:
Browse files Browse the repository at this point in the history
- Remove "referencing modes" / replace with normative list of SVG reference types & their processing modes
- Remove remaining references to SVG Integration, Since all normative content is now in SVG 2.
- Extend smiley example to include CSS effects, and sandboxing on iframes; add table of expected behavior
- Organize conformance classes into document vs software
- Update document conformance classes to reflect that not all SVG fragments are XML
- Move advice for generating high-precision graphics to the Implementation Notes appendix
- Update references to other specifications
- Re-organize other conformance requirements to more clearly identify the relevant processing modes
  • Loading branch information
AmeliaBR committed Aug 27, 2016
1 parent 3ae17a0 commit 1e2f3b8
Show file tree
Hide file tree
Showing 14 changed files with 705 additions and 475 deletions.
5 changes: 3 additions & 2 deletions master/animate.html
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional+edit//EN" "xhtml1-transitional+edit.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:edit="http://xmlns.grorg.org/SVGT12NG/">
<head>
<title>Accessibility Support</title>
<title>Animating SVG Documents</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<link rel="stylesheet" title="Default" type="text/css" media="screen" href="style/default_svg.css"/>
Expand All @@ -20,7 +20,8 @@ <h1>Animating SVG Documents</h1>
SVG content can be animated in the following ways:</p>

<ul>
<li>Using SVG's <a href="https://svgwg.org/specs/animations/">animation elements</a>.
<li>Using SVG's <a href="https://svgwg.org/specs/animations/">animation elements</a>
[<a href="refs.html#ref-svg-animation">svg-animation</a>].
SVG document fragments can describe time-based modifications
to the document's elements. Using the various animation
elements, authors can define motion paths, or interpolate the element's
Expand Down
7 changes: 2 additions & 5 deletions master/changes.html
Expand Up @@ -90,7 +90,7 @@ <h3 id="rendering">Rendering Model chapter</h3>
<li>Resolve issue 6 - No changes required.</li>
<li>Merge Clipping, Masking and Compositing chapter into this chapter (resolved issue 7 in process).</li>
<li>Update 'Parent Compositing' section to
explicitly mention how each <a>referencing mode</a> composites.</li>
explicitly mention how each referencing mode composites.</li>
<li>SVG root and foreignObject are no longer overflow:hidden in User Agent style sheet.</li>
<li>overflow:auto may clip and show scroll bars in some cases.</li>
<li>overflow:scroll may show scroll bars on svg elements.</li>
Expand Down Expand Up @@ -347,10 +347,7 @@ <h3 id="conform">Conformance chapter</h3>

<ul>
<li class='added-since-last-wd'>Animations do not run in documents processed
with the <a href="conform.html#resource-document-mode">resource document</a>
<a href="conform.html#referencing-mode">referencing mode</a>.</li>
<li class='added-since-last-wd'>Removed the 'Animated Mode'
<a href="conform.html#processing-modes">processing mode</a>.</li>
as resource documents.</li>
</ul>

<h3 id="geometry">Geometry Properties chapter</h3>
Expand Down

0 comments on commit 1e2f3b8

Please sign in to comment.