csswg/cssom Overview.html,1.158,1.159 Overview.src.html,1.159,1.160 cssom-source,1.12,1.13

Update of /sources/public/csswg/cssom
In directory hutz:/tmp/cvs-serv16642

Modified Files:
	Overview.html Overview.src.html cssom-source 
Log Message:
DOM4 update; consistify

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/cssom/Overview.html,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- Overview.html	26 Jul 2011 15:59:04 -0000	1.158
+++ Overview.html	3 Oct 2011 13:21:45 -0000	1.159
@@ -29,7 +29,7 @@
 <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
 <!--end-logo-->
    <h1 id="cssom">CSSOM</h1>
-   <h2 class="no-num no-toc" id="editor-s-draft-26-july-2011">Editor's Draft 26 July 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-3-october-2011">Editor's Draft 3 October 2011</h2>
 
    <dl>
 
@@ -69,13 +69,13 @@
   can be found in the
   <a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
 
-<p>This is the 26 July 2011 Editor's Draft of CSSOM. Please send
+<p>This is the 3 October 2011 Editor's Draft of CSSOM. Please send
 comments to
 <a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
 (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
 with <samp>[cssom]</samp> at the start of the subject line.
 
-  <p>This is the 26 July 2011 First Public Working Draft of CSSOM, produced by the
+  <p>This is the 3 October 2011 First Public Working Draft of CSSOM, produced by the
   <a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
   of the <a href="http://www.w3.org/Style/">Style Activity</a>).
   <!--XXX remove "First Public" after initial publication -->
@@ -243,12 +243,12 @@
 <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
 
 <p>Terminology used in this specification is from
-<cite>DOM Core</cite>,
+<cite>DOM4</cite>,
 <cite>HTML</cite>,
 <cite>Associating Style Sheets with XML documents</cite>
 and
 <cite>XML</cite>
-<a href="#refsDOMCORE">[DOMCORE]</a>
+<a href="#refsDOM">[DOM]</a>
 <a href="#refsHTML">[HTML]</a>
 <a href="#refsXMLSS">[XMLSS]</a>
 <a href="#refsXML">[XML]</a>
@@ -850,7 +850,7 @@
    <dd><p>The literal string "<code>text/css</code>".</dd>
 
    <dt><dfn id="style-sheet-location">style sheet location</dfn></dt>
-   <dd><p>The <a class="external" href="http://www.whatwg.org/html/#url">URL</a> of the
+   <dd><p>The <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#url">URL</a> of the
    <a href="#style-sheet">style sheet</a> or null if the <a href="#style-sheet">style sheet</a> was
    embedded.</dd>
 
@@ -887,7 +887,7 @@
      <p>In these examples the <a href="#style-sheet-title">style sheet title</a> ends up being
      empty:</p>
 
-     <pre>&lt;style title=""&gt; body { background:papayawhip } &lt;/style&gt;</pre>
+     <pre>&lt;style title&gt; body { background:papayawhip } &lt;/style&gt;</pre>
 
      <pre>&lt;style&gt; body { background:orange } &lt;/style&gt;</pre>
     </div>
@@ -1040,7 +1040,7 @@
   an ordered list that contains all
   <a href="#style-sheet" title="style sheet">style sheets</a> associated with the
   <code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code>, in
-  <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#tree-order">tree order</a>, with
+  <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-tree-order" title="concept-tree-order">tree order</a>, with
   <a href="#style-sheet" title="style sheet">style sheets</a> created from HTTP
   <code title="http-link">Link</code> headers first, if any, in header
   order.</p>
@@ -1204,7 +1204,7 @@
 <!--
   <pre class="idl">interface <dfn>StyleSheetList</dfn> {
   readonly attribute unsigned long <span title="stylesheetlist-length">length</span>;
-  getter <span>StyleSheet</span> <span title="stylesheetlist-item">item</span>(unsigned long <var title="">index</var>);
+  getter <span>StyleSheet</span> <span title="stylesheetlist-item">item</span>(unsigned long <var title>index</var>);
 };</pre>
 
   <p>The
@@ -1213,10 +1213,10 @@
   objects currently in the list.</p>
 
   <p>The
-  <dfn title="stylesheetlist-item"><code>item(<var title="">index</var>)</code></dfn>
+  <dfn title="stylesheetlist-item"><code>item(<var title>index</var>)</code></dfn>
   method, when invoked, must return the
-  <code>StyleSheet</code> object in the list given by <var title="">index</var>, or
-  null, if <var title="">index</var> is greater than or equal to the
+  <code>StyleSheet</code> object in the list given by <var title>index</var>, or
+  null, if <var title>index</var> is greater than or equal to the
   number of items in the list.</p>
 -->
 
@@ -1530,18 +1530,18 @@
    value is not a <a href="#supported-styling-language">supported styling language</a> the user agent
    may terminate these steps.</li>
 
-   <li><p><a class="external" href="http://www.whatwg.org/html/#resolve-a-url" title="Resolve a URL">Resolve</a>
-   the <a class="external" href="http://www.whatwg.org/html/#url">URL</a> specified by the
+   <li><p><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#resolve-a-url" title="Resolve a URL">Resolve</a>
+   the <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#url">URL</a> specified by the
    <code title="">href</code> <a class="external" href="http://www.w3.org/TR/xml-stylesheet/#dt-pseudo-attribute">pseudo-attribute</a> and then
-   <a class="external" href="http://www.whatwg.org/html/#fetch">fetch</a> it.</li>
+   <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#fetch">fetch</a> it.</li>
 
    <li>
     <p>When the resource is available, the document is in
     <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-quirks-mode" title="concept-quirks-mode">quirks mode</a>
     and the
-    <a class="external" href="http://www.whatwg.org/html/#content-type">Content-Type metadata</a> of
+    <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#content-type">Content-Type metadata</a> of
     the resource is not a <a href="#supported-styling-language">supported styling language</a> change the
-    <a class="external" href="http://www.whatwg.org/html/#content-type">Content-Type metadata</a> of the resource
+    <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#content-type">Content-Type metadata</a> of the resource
     to <code title="">text/css</code>.</p>
 
     <p class="note">This step might never actually happen, but is included
@@ -1556,7 +1556,7 @@
 
     <dl>
      <dt><a href="#style-sheet-location">style sheet location</a></dt>
-     <dd><p>The <a class="external" href="http://www.whatwg.org/html/#absolute-url">absolute URL</a> of the
+     <dd><p>The <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#absolute-url">absolute URL</a> of the
      resource.</dd>
 
      <dt><a href="#style-sheet-parent">style sheet parent</a></dt>
@@ -1608,15 +1608,15 @@
    "<code title="">alternate</code>" and <var title="">title</var> is the
    empty string terminate these steps.</li>
 
-   <li><p><a class="external" href="http://www.whatwg.org/html/#resolve-a-url" title="Resolve a URL">Resolve</a>
-   the specified <a class="external" href="http://www.whatwg.org/html/#url">URL</a> and
-   <a class="external" href="http://www.whatwg.org/html/#fetch">fetch</a> it.</li>
+   <li><p><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#resolve-a-url" title="Resolve a URL">Resolve</a>
+   the specified <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#url">URL</a> and
+   <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#fetch">fetch</a> it.</li>
 
    <li><p>When the resource is available, the document is in
    <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-quirks-mode" title="concept-quirks-mode">quirks mode</a>
-   and the <a class="external" href="http://www.whatwg.org/html/#content-type">Content-Type metadata</a> of
+   and the <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#content-type">Content-Type metadata</a> of
    the resource is not a <a href="#supported-styling-language">supported styling language</a> change the
-   <a class="external" href="http://www.whatwg.org/html/#content-type">Content-Type metadata</a> of the resource
+   <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#content-type">Content-Type metadata</a> of the resource
    to <code title="">text/css</code>.</li>
 
    <li><p>If the resource is not in a
@@ -1627,7 +1627,7 @@
 
     <dl>
      <dt><a href="#style-sheet-location">style sheet location</a></dt>
-     <dd><p>The <a class="external" href="http://www.whatwg.org/html/#absolute-url">absolute URL</a> of the
+     <dd><p>The <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#absolute-url">absolute URL</a> of the
      resource.</dd>
 
      <dt><a href="#style-sheet-owner-node">style sheet owner node</a></dt>
@@ -2305,7 +2305,7 @@
 
    <li>
     <p>If <a href="#parse-a-css-value" title="parse a CSS value">parsing the
-    <var title="">value</var></a> returns null abort this algorithm.</p>
+    <var title="">value</var></a> returns null terminate this algorithm.
 
     <p class="note"><var title="">value</var> can not include
     "<code title="">!important</code>".</p>
@@ -2741,21 +2741,21 @@
   following algorithm:</p>
 
   <ol>
-   <li>Let <var title="">r</var> be the CSS property to be
+   <li>Let <var title>r</var> be the CSS property to be
    converted.</li>
 
    <li>Uppercase the first character after every U+002D (<code>-</code>) in
-   <var title="">r</var>.</li>
+   <var title>r</var>.</li>
 
-   <li>Remove every U+002D (<code>-</code>) in <var title="">r</var>.</li>
+   <li>Remove every U+002D (<code>-</code>) in <var title>r</var>.</li>
 
-   <li>Return <var title="">r</var>.</li>
+   <li>Return <var title>r</var>.</li>
   </ol>
 
   <p class="note">This means that
-  <code>-<var title="">vendor</var>-<var title="">property</var></code>
+  <code>-<var title>vendor</var>-<var title>property</var></code>
   becomes
-  <code><var title=""><strong>V</strong>endor</var><var title=""><strong>P</strong>roperty</var></code>
+  <code><var title><strong>V</strong>endor</var><var title><strong>P</strong>roperty</var></code>
   for instance.</p>
 -->
 
@@ -2966,7 +2966,7 @@
    the literal string "<code>s</code>".</dd>
 
    <dt>&lt;uri&gt;</dt>
-   <dd><p>The <a class="external" href="http://www.whatwg.org/html/#absolute-url">absolute URL</a>
+   <dd><p>The <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#absolute-url">absolute URL</a>
    <a href="#serialize-a-url" title="serialize a URL">URL escaped</a>.</dd>
   </dl>
 
@@ -3125,7 +3125,7 @@
 
   <h3 id="extensions-to-the-window-interface"><span class="secno">7.2 </span>Extensions to the <code title="">Window</code> Interface</h3>
 
-  <pre class="idl">partial interface <a class="external" href="http://www.whatwg.org/html/#window">Window</a> {
+  <pre class="idl">partial interface <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a> {
   <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-window-getcomputedstyle" title="dom-Window-getComputedStyle">getComputedStyle</a>(<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#element">Element</a> <var title="">elt</var>);
   <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-window-getcomputedstyle" title="dom-Window-getComputedStyle">getComputedStyle</a>(<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#element">Element</a> <var title="">elt</var>, DOMString <var title="">pseudoElt</var>);
 };</pre>
@@ -3137,7 +3137,7 @@
   <ol>
    <li><p>Let <var title="">doc</var> be the
    <code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code>
-   associated with the <code class="external"><a href="http://www.whatwg.org/html/#window">Window</a></code> object on
+   associated with the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object on
    which the method was invoked.</li>
 
    <li><p>Let <var title="">obj</var> be <var title="">elt</var>.</li>
@@ -3277,20 +3277,20 @@
 
 <h2 class="no-num" id="references">References</h2>
 <h3 class="no-num" id="normative-references">Normative references</h3>
-<div id="anolis-references-normative"><dl><dt id="refsDOMCORE">[DOMCORE]
-<dd><cite><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">DOM Core</a></cite>, A. van Kesteren and Ms2ger. W3C.
+<div id="anolis-references-normative"><dl><dt id="refsDOM">[DOM]
+<dd><cite><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">DOM4</a></cite>, Anne van Kesteren, Aryeh Gregor and Ms2ger. W3C.
 
 <dt id="refsHTML">[HTML]
-<dd><cite><a href="http://www.whatwg.org/html">HTML</a></cite>, I. Hickson. WHATWG.
+<dd><cite><a href="http://www.whatwg.org/html">HTML</a></cite>, Ian Hickson. WHATWG.
 
 <dt id="refsRFC2119">[RFC2119]
-<dd><cite><a href="http://www.ietf.org/rfc/rfc2119.txt">Key words for use in RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.
+<dd><cite><a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a></cite>, Scott Bradner. IETF.
 
 <dt id="refsXML">[XML]
-<dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup Language</a></cite>, T. Bray, J. Paoli, C. Sperberg-McQueen et al.. W3C.
+<dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup Language</a></cite>, Tim Bray, Jean Paoli, C. M. Sperberg-McQueen et al.. W3C.
 
 <dt id="refsXMLSS">[XMLSS]
-<dd><cite><a href="http://www.w3.org/TR/xml-stylesheet/">Associating Style Sheets with XML documents 1.0 (Second Edition)</a></cite>, J. Clark, S. Pieters and H. S. Thompson. W3C.
+<dd><cite><a href="http://www.w3.org/TR/xml-stylesheet/">Associating Style Sheets with XML documents 1.0 (Second Edition)</a></cite>, James Clark, Simon Pieters and Henry S. Thompson. W3C.
 
 </dl></div>
 
@@ -3340,7 +3340,7 @@
 
   <style media="x"> invokes .sheet.media.mediaText = "x"
 
-  <style title=""> does not "have" a title
+  <style title> does not "have" a title
 
   .cascadedStyle that returns less keywords than currentStyle, no inherit,
   etc.

Index: cssom-source
===================================================================
RCS file: /sources/public/csswg/cssom/cssom-source,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cssom-source	26 Jul 2011 15:59:05 -0000	1.12
+++ cssom-source	3 Oct 2011 13:21:45 -0000	1.13
@@ -156,18 +156,18 @@
 <p>When a method or an attribute is said to call another method or attribute, the user agent must invoke its internal API for that attribute or method so that e.g. the author can't change the behavior by overriding attributes or methods with custom properties or functions in ECMAScript.
 
 <p>Unless otherwise stated, string comparisons are done in a
-<span data-anolis-spec=domcore>case-sensitive</span> manner.
+<span data-anolis-spec=dom>case-sensitive</span> manner.
 
 
 <h2 id="terminology">Terminology</h2>
 
 <p>Terminology used in this specification is from
-<cite>DOM Core</cite>,
[...1429 lines suppressed...]
     will still use the style rules associated with the document that is
     associated with the global object on which
@@ -2609,7 +2609,7 @@
 
   <p class="note">Because of historical IDL limitations the
   <code title="dom-Window-getComputedStyle">getComputedStyle()</code> method
-  used to be on a separate interface, <code title="">ViewCSS</code>.</p>
+  used to be on a separate interface, <code title>ViewCSS</code>.</p>
 
 
 
@@ -2758,7 +2758,7 @@
 
   <style media="x"> invokes .sheet.media.mediaText = "x"
 
-  <style title=""> does not "have" a title
+  <style title> does not "have" a title
 
   .cascadedStyle that returns less keywords than currentStyle, no inherit,
   etc.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/cssom/Overview.src.html,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- Overview.src.html	26 Jul 2011 15:59:04 -0000	1.159
+++ Overview.src.html	3 Oct 2011 13:21:45 -0000	1.160
@@ -156,18 +156,18 @@
 <p>When a method or an attribute is said to call another method or attribute, the user agent must invoke its internal API for that attribute or method so that e.g. the author can't change the behavior by overriding attributes or methods with custom properties or functions in ECMAScript.
 
 <p>Unless otherwise stated, string comparisons are done in a
-<span data-anolis-spec=domcore>case-sensitive</span> manner.
+<span data-anolis-spec=dom>case-sensitive</span> manner.
 
 
 <h2 id="terminology">Terminology</h2>
 
 <p>Terminology used in this specification is from
-<cite>DOM Core</cite>,
[...1429 lines suppressed...]
     will still use the style rules associated with the document that is
     associated with the global object on which
@@ -3095,7 +3095,7 @@
 
   <p class="note">Because of historical IDL limitations the
   <code title="dom-Window-getComputedStyle">getComputedStyle()</code> method
-  used to be on a separate interface, <code title="">ViewCSS</code>.</p>
+  used to be on a separate interface, <code title>ViewCSS</code>.</p>
 
 
 
@@ -3244,7 +3244,7 @@
 
   <style media="x"> invokes .sheet.media.mediaText = "x"
 
-  <style title=""> does not "have" a title
+  <style title> does not "have" a title
 
   .cascadedStyle that returns less keywords than currentStyle, no inherit,
   etc.

Received on Monday, 3 October 2011 13:21:55 UTC