Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidying up, post-"No normative appendices" #550

Merged
merged 9 commits into from
Sep 28, 2018
12 changes: 10 additions & 2 deletions master/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ <h3 id="types">Basic Data Types and Interfaces chapter</h3>
<li>Merged in content from the former normative <a href="#svgdom">SVG DOM appendix</a>
(after edits),
with sections on reflecting attributes re-arranged to fit.
<a href="https://github.com/w3c/svgwg/issues/520">Issue discussion</a>
<a href="https://github.com/w3c/svgwg/pull/548">Edits</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -553,7 +555,7 @@ <h3 id="paths">Paths chapter</h3>
<li>Reorganized the Implementation Notes section into logical subsections
(including the section on out-of-bounds arc parameters,
which was formerly in the Implementation Notes appendix).
<a href="https://github.com/w3c/svgwg/pull/">Edits</a>
<a href="https://github.com/w3c/svgwg/pull/548">Edits</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -895,6 +897,8 @@ <h3 id="interact">Scripting and Interactivity chapter (separate chapters in SVG
<div class='changed-since-cr1 cr2'>
<ul>
<li>Merged in content on events from the removed SVG DOM appendix.
<a href="https://github.com/w3c/svgwg/issues/520">Issue discussion</a>
<a href="https://github.com/w3c/svgwg/pull/548">Edits</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -1063,6 +1067,10 @@ <h3 id="svgdom">SVG Document Object Model (DOM)(SVG 1.1 Only)</h3>
except for the section "Relationship with UI Events",
which is merged into the Interactivity chapter.</li>
</ul>
<p>
<a href="https://github.com/w3c/svgwg/issues/520">Issue discussion</a>
<a href="https://github.com/w3c/svgwg/pull/548">Edits</a>
</p>
</div>

<h3 id="idl">IDL Definitions appendix</h3>
Expand Down Expand Up @@ -1113,7 +1121,7 @@ <h3 id="impreqs">Implementation Notes appendix (was Implementation Requirements
<li>Printing Implementation Notes is now in Conformance Criteria.</li>
</ul>
<a href="https://github.com/w3c/svgwg/issues/520">Issue discussion</a>
<a href="https://github.com/w3c/svgwg/pull/">Edits</a>
<a href="https://github.com/w3c/svgwg/pull/548">Edits</a>
</li>
</ul>
</div>
Expand Down
8 changes: 5 additions & 3 deletions master/types.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,11 @@ <h3 id="SVGDOMDependencies">Dependencies for SVG DOM support</h3>
<p>The SVG DOM builds upon a number of DOM specifications. In particular:</p>

<ul>
<li>The SVG DOM requires, at a minimum, complete support for
<a href="https://www.w3.org/TR/dom/">DOM4</a>;
SVG software should implement
<li>The SVG DOM requires full support for the DOM,
as defined by the most recent <a href="https://dom.spec.whatwg.org/review-drafts/">Review Draft</a>
of the DOM living standard at the time this specification was published,
except for any features that have been removed or deprecated since.
SVG software with DOM support should implement
svgeesus marked this conversation as resolved.
Show resolved Hide resolved
the <a href="https://dom.spec.whatwg.org/">latest DOM standard</a>
wherever possible
[<a href="refs.html#ref-dom">DOM</a>]</li>
Expand Down