- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Fri, 22 Nov 2013 06:04:29 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/f598c6664abd branches: changeset: 572:f598c6664abd user: Erik Dahlstrom <ed@opera.com> date: Fri Nov 22 15:01:51 2013 +0100 description: Add my recent changes to the changes appendix. diffstat: master/changes.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diffs (23 lines): diff --git a/master/changes.html b/master/changes.html --- a/master/changes.html +++ b/master/changes.html @@ -228,16 +228,19 @@ have been made.</p> <h3 id="interact">Interactivity chapter</h3> <ul> <li>Added the <span class="attr-name">'tabindex'</span> attribute.</li> <li>Corrected the definition of the <a>'cursor/xlink:href'</a> attribute on the <a>'cursor element'</a> element to take an IRI that is not in a CSS-like functional form.</li> + <li>Added the <span class="prop-value">boundingbox</span> keyword to <a>'pointer-events'</a>.</li> + <li>Replaced SVGLoad, SVGAbort, SVGError and SVGUnload with load, abort, error and unload respectively.</li> + <li>Only <a>structurally external elements</a> and the rootmost svg element must fire load events.</li> </ul> <h3 id="linking">Linking chapter</h3> <ul> <li>Removed the restriction on <a>'tref'</a> only being able to reference SVG elements.</li> <li>Added <a>animation elements</a> to the content model of <a>'view'</a>.</li> </ul>
Received on Friday, 22 November 2013 14:04:56 UTC