- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Sun, 09 Feb 2014 14:45:37 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/3c8b8d134bae
branches:
changeset: 616:3c8b8d134bae
user: Cameron McCormack <cam@mcc.id.au>
date: Mon Feb 10 09:42:43 2014 +1100
description:
Update references to latest DOM4 WD.
diffstat:
master/definitions.xml | 30 +++++++++++++++---------------
master/refs.html | 8 ++++----
master/struct.html | 20 ++++----------------
master/text.html | 2 +-
4 files changed, 24 insertions(+), 36 deletions(-)
diffs (174 lines):
diff --git a/master/definitions.xml b/master/definitions.xml
--- a/master/definitions.xml
+++ b/master/definitions.xml
@@ -1517,48 +1517,48 @@
<term name='current text position' href='text.html#CurrentTextPosition'/>
<!-- === defined in other specifications ================================ -->
<!-- ... interfaces ..................................................... -->
<interface name='DocumentCSS' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-DocumentCSS'/>
<interface name='EventHandler' href='http://www.w3.org/TR/2014/CR-html5-20140204/webappapis.html#event-handlers'/>
- <interface name='EventListener' href='http://www.w3.org/TR/2012/WD-dom-20120405/#eventlistener'/>
- <interface name='EventTarget' href='http://www.w3.org/TR/2012/WD-dom-20120405/#eventtarget'/>
- <interface name='Event' href='http://www.w3.org/TR/2012/WD-dom-20120405/#event'/>
+ <interface name='EventListener' href='http://www.w3.org/TR/2014/WD-dom-20140204/#eventlistener'/>
+ <interface name='EventTarget' href='http://www.w3.org/TR/2014/WD-dom-20140204/#eventtarget'/>
+ <interface name='Event' href='http://www.w3.org/TR/2014/WD-dom-20140204/#event'/>
<interface name='event handler content attributes' href='http://www.w3.org/TR/2013/CR-html5-20130806/webappapis.html#event-handler-content-attributes'/>
<interface name='event handler IDL attributes' href='http://www.w3.org/TR/2013/CR-html5-20130806/webappapis.html#event-handler-idl-attributes'/>
<interface name='event handlers' href='http://www.w3.org/TR/2013/CR-html5-20130806/webappapis.html#event-handlers'/>
- <interface name='Document' href='http://www.w3.org/TR/2012/WD-dom-20120405/#interface-document'/>
- <interface name='CharacterData' href='http://www.w3.org/TR/2012/WD-dom-20120405/#interface-characterdata'/>
- <interface name='Comment' href='http://www.w3.org/TR/2012/WD-dom-20120405/#comment'/>
- <interface name='Element' href='http://www.w3.org/TR/2012/WD-dom-20120405/#element'/>
- <interface name='Node' href='http://www.w3.org/TR/2012/WD-dom-20120405/#node'/>
- <interface name='NodeList' href='http://www.w3.org/TR/2012/WD-dom-20120405/#nodelist'/>
- <interface name='DOMImplementation' href='http://www.w3.org/TR/2012/WD-dom-20120405/#domimplementation'/>
- <interface name='DOMException' href='http://www.w3.org/TR/2012/WD-dom-20120405/#exception-domexception'/>
+ <interface name='Document' href='http://www.w3.org/TR/2014/WD-dom-20140204/#interface-document'/>
+ <interface name='CharacterData' href='http://www.w3.org/TR/2014/WD-dom-20140204/#interface-characterdata'/>
+ <interface name='Comment' href='http://www.w3.org/TR/2014/WD-dom-20140204/#comment'/>
+ <interface name='Element' href='http://www.w3.org/TR/2014/WD-dom-20140204/#element'/>
+ <interface name='Node' href='http://www.w3.org/TR/2014/WD-dom-20140204/#node'/>
+ <interface name='NodeList' href='http://www.w3.org/TR/2014/WD-dom-20140204/#nodelist'/>
+ <interface name='DOMImplementation' href='http://www.w3.org/TR/2014/WD-dom-20140204/#domimplementation'/>
+ <interface name='DOMException' href='http://www.w3.org/TR/2014/WD-dom-20140204/#exception-domexception'/>
<interface name='CSSStyleDeclaration' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSStyleDeclaration'/>
<interface name='CSSPrimitiveValue' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSPrimitiveValue'/>
<interface name='CSSRule' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSRule'/>
<interface name='ViewCSS' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-ViewCSS'/>
<interface name='RGBColor' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-RGBColor'/>
<interface name='AbstractView' href='http://www.w3.org/TR/DOM-Level-2-Views/views.html#Views-AbstractView'/>
<interface name='EmbeddingElement' href='http://www.w3.org/TR/Window/#embeddingelt'/>
<interface name='Window' href='http://www.w3.org/TR/2014/CR-html5-20140204/browsers.html#the-window-object'/>
<interface name='WindowEventHandlers' href='http://www.w3.org/TR/2014/CR-html5-20140204/webappapis.html#windoweventhandlers'/>
<interface name='GlobalEventHandlers' href='http://www.w3.org/TR/2014/CR-html5-20140204/webappapis.html#globaleventhandlers'/>
<!-- ... terms .......................................................... -->
<term name='compound selector' href='http://dev.w3.org/csswg/selectors4/#compound'/>
<term name='compound selectors' href='http://dev.w3.org/csswg/selectors4/#compound'/>
- <term name='tree order' href='http://www.w3.org/TR/2012/WD-dom-20120405/#concept-tree-order'/>
- <term name='InvalidAccessError' href='http://www.w3.org/TR/2012/WD-dom-20120405/#invalidaccesserror'/>
- <term name='InvalidStateError' href='http://www.w3.org/TR/2012/WD-dom-20120405/#invalidstateerror'/>
- <term name='SyntaxError' href='http://www.w3.org/TR/2012/WD-dom-20120405/#syntaxerror'/>
+ <term name='tree order' href='http://www.w3.org/TR/2014/WD-dom-20140204/#concept-tree-order'/>
+ <term name='InvalidAccessError' href='http://www.w3.org/TR/2014/WD-dom-20140204/#invalidaccesserror'/>
+ <term name='InvalidStateError' href='http://www.w3.org/TR/2014/WD-dom-20140204/#invalidstateerror'/>
+ <term name='SyntaxError' href='http://www.w3.org/TR/2014/WD-dom-20140204/#syntaxerror'/>
<!-- ... Wrapped text ................................................ -->
<term name='content area' href='text.html#TextLayoutContentArea'/>
<term name='wrapping context' href='text.html#TextLayoutWrappingArea'/>
<term name='wrapping area' href='text.html#TextLayoutWrappingArea'/>
<term name='CSS basic shape' href='http://dev.w3.org/csswg/css-shapes/#basic-shapes-from-svg-syntax'/>
<term name="forced line break" href="http://dev.w3.org/csswg/css-text/#forced-line-break"/>
diff --git a/master/refs.html b/master/refs.html
--- a/master/refs.html
+++ b/master/refs.html
@@ -209,20 +209,20 @@
<br/>The <a href="http://www.w3.org/TR/DOM-Level-2-Views/">latest edition of DOM 2 Views</a> is available at
http://www.w3.org/TR/DOM-Level-2-Views/.
</dd>
</dl>
<dl class="references ready-for-wider-review">
<dt id="ref-DOM4" class="normref">[DOM4]</dt>
<dd>
- <cite class="w3cwd"><a href="http://www.w3.org/TR/2012/WD-dom-20121206/">DOM4</a></cite>,
- A. van Kesteren, A. Gregor, L. Hunt, Ms2ger, eds.
- World Wide Web Consortium, 06 December 2012.
- <br/>This edition of DOM4 is http://www.w3.org/TR/2012/WD-dom-20121206/.
+ <cite class="w3cwd"><a href="http://www.w3.org/TR/2014/WD-dom-20140204/">DOM4</a></cite>,
+ A. van Kesteren, A. Gregor, Ms2ger, A. Russell, R. Berjon, eds.
+ World Wide Web Consortium, 04 February 2014.
+ <br/>This edition of DOM4 is http://www.w3.org/TR/2014/WD-dom-20140204/.
<br/>The <a href="http://www.w3.org/TR/dom/">latest edition of DOM4</a> is available at
http://www.w3.org/TR/dom/.
</dd>
</dl>
<dl class="references">
<dt id="ref-ECMA-262" class="normref">[ECMA-262]</dt>
<dd>
diff --git a/master/struct.html b/master/struct.html
--- a/master/struct.html
+++ b/master/struct.html
@@ -2600,24 +2600,18 @@ doesn't have the referenceElement as anc
in the returned NodeList.
</div>
</li>
</ol>
</dd>
<dt class="returns-header">Returns</dt>
<dd>
-<div> A list of Elements whose content intersects the supplied
-rectangle. This <a>NodeList</a> must be implemented identically to
-the <a>NodeList</a> interface as defined in DOM4
-([<a href="refs.html#ref-DOM4">DOM4</a>], section 8.1) with the
-exception that the interface is not
-<a
- href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#td-live">live</a>.
-
+<div> A list of Elements whose content intersects the supplied rectangle.
+The <a>NodeList</a> that is returned is <a href="http://www.w3.org/TR/dom/#concept-collection-static">static</a> ([<a href="refs.html#ref-DOM4">DOM4</a>], section 5.2.7).
</div>
</dd>
</dl>
</dd>
<dt id="__svg__SVGSVGElement__getEnclosureList" class="operation"><a class="idlinterface"
href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-536297177">NodeList</a> <b>getEnclosureList</b>(<a class="idlinterface" href="types.html#InterfaceSVGRect">SVGRect</a> <var>rect</var>, <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a> <var>referenceElement</var>)
</dt>
@@ -2649,24 +2643,18 @@ doesn't have the referenceElement as anc
in the returned NodeList.
</div>
</li>
</ol>
</dd>
<dt class="returns-header">Returns</dt>
<dd>
-<div> A list of Elements whose content is enclosed by the supplied
-rectangle. This <a>NodeList</a> must be implemented identically to
-the <a>NodeList</a> interface as defined in DOM4
-([<a href="refs.html#ref-DOM4">DOM4</a>], section 8.1) with the
-exception that the interface is not
-<a
- href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#td-live">live</a>.
-
+<div> A list of Elements whose content is enclosed by the supplied rectangle.
+The <a>NodeList</a> that is returned is <a href="http://www.w3.org/TR/dom/#concept-collection-static">static</a> ([<a href="refs.html#ref-DOM4">DOM4</a>], section 5.2.7).
</div>
</dd>
</dl>
</dd>
<dt id="__svg__SVGSVGElement__checkIntersection" class="operation">boolean <b>checkIntersection</b>(<a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a> <var>element</var>, <a class="idlinterface" href="types.html#InterfaceSVGRect">SVGRect</a> <var>rect</var>)
</dt>
<dd class="operation">
diff --git a/master/text.html b/master/text.html
--- a/master/text.html
+++ b/master/text.html
@@ -7033,17 +7033,17 @@ defined on this interface.
<dd class="operation">
<div>
Returns the total number of characters available for rendering within
the current element, which includes referenced characters from
<a>'tref'</a> reference, regardless of whether they will be rendered.
Effectively, this is equivalent to the length of the
<a href="http://www.w3.org/TR/dom/#dom-node-textcontent">Node::textContent</a>
attribute from DOM4 ([<a href="refs.html#ref-DOM4">DOM4</a>],
-section 5.3), if that attribute also expanded <a>'tref'</a>
+section 5.4), if that attribute also expanded <a>'tref'</a>
elements.
</div>
<dl class="operation">
<dt class="returns-header">Returns</dt>
<dd>
<div> Total number of characters.
Received on Sunday, 9 February 2014 22:46:01 UTC