csswg/cssom Overview.html,1.148,1.149 Overview.src.html,1.151,1.152 cssom-source,1.4,1.5 make.sh,1.1,1.2

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

Modified Files:
	Overview.html Overview.src.html cssom-source make.sh 
Log Message:
fix xref

Index: make.sh
===================================================================
RCS file: /sources/public/csswg/cssom/make.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- make.sh	2 Jul 2011 10:52:03 -0000	1.1
+++ make.sh	2 Jul 2011 12:18:24 -0000	1.2
@@ -1,4 +1,4 @@
 echo "run preprocessor"
 python cssom-generate.py
 echo "run anolis"
-anolis --output-encoding=ascii --omit-optional-tags --quote-attr-values --w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom" --filter=".publish" Overview.src.html Overview.html
+anolis --omit-optional-tags --quote-attr-values --w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom" --filter=".publish" Overview.src.html Overview.html

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/cssom/Overview.html,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- Overview.html	2 Jul 2011 11:58:40 -0000	1.148
+++ Overview.html	2 Jul 2011 12:18:24 -0000	1.149
@@ -201,7 +201,8 @@
 
 <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>case-sensitive</span> manner.
+<p>Unless otherwise stated, string comparisons are done in a
+<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> manner.
 
 
 <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
@@ -476,7 +477,7 @@
   <var title="">m1</var> and <var title="">m2</var> means to
   <a href="#serialize-a-media-query" title="serialize a media query">serialize</a> them both and
   return true if they are a
-  <a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match and false if they
+  <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match and false if they
   are not.</p>
 
 
@@ -863,9 +864,9 @@
      <p>The following <a href="#style-sheet" title="style sheet">style sheets</a> have
      their <a href="#style-sheet-alternate-flag">style sheet alternate flag</a> set:</p>
 
-     <pre><code>&lt;?xml-stylesheet alternate="yes" title="x" href="data:text/css,&hellip;"?&gt;</code></pre>
+     <pre><code>&lt;?xml-stylesheet alternate="yes" title="x" href="data:text/css,…"?&gt;</code></pre>
 
-     <pre><code>&lt;link rel="alternate stylesheet" title="x" href="data:text/css,&hellip;"&gt;</code></pre>
+     <pre><code>&lt;link rel="alternate stylesheet" title="x" href="data:text/css,…"&gt;</code></pre>
     </div>
    </dd>
 
@@ -1045,10 +1046,10 @@
      <li><p>The <a href="#style-sheet-title">style sheet title</a> is empty.</li>
      <li><p>The <a href="#last-style-sheet-set-name">last style sheet set name</a> is null and the
      <a href="#style-sheet-title">style sheet title</a> is a
-     <a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match
+     <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match
      for the <a href="#preferred-style-sheet-set-name">preferred style sheet set name</a>.</li>
      <li><p>The <a href="#style-sheet-title">style sheet title</a> is a
-     <a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match for the
+     <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match for the
      <a href="#last-style-sheet-set-name">last style sheet set name</a>.</li>
     </ul>
    </li>
@@ -1086,7 +1087,7 @@
    <li><p>Set the <a href="#style-sheet-disabled-flag">style sheet disabled flag</a> for each
    <a href="#style-sheet">style sheet</a> in a <a href="#style-sheet-set">style sheet set</a> whose
    <a href="#style-sheet-set-name">style sheet set name</a> is a
-   <a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match for
+   <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match for
    <var title="">name</var> to false and set it to true for all other
    <a href="#style-sheet" title="style sheet">style sheets</a> in a
    <a href="#style-sheet-set">style sheet set</a>.</li>
@@ -1127,7 +1128,7 @@
    <var title="">name</var>.</li>
 
    <li><p>If <var title="">name</var> is not a
-   <a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match for
+   <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match for
    <var title="">current</var> and
    <a href="#last-style-sheet-set-name">last style sheet set name</a> is null
    <a href="#enable-a-style-sheet-set">enable a style sheet set</a> with name
@@ -1410,7 +1411,7 @@
   <a class="external" href="http://www.w3.org/TR/xml-stylesheet/#dt-xml-stylesheet" title="xml-stylesheet processing instruction">xml-stylesheet processing instructions</a>
   and HTTP <code title="http-link">Link</code> headers when the link
   relation type is an
-  <a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for
+  <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for
   "<code title="">stylesheet</code>" since nobody else was interested in
   defining this.</p>
 
@@ -1490,7 +1491,7 @@
    <code title="">title</code> <a class="external" href="http://www.w3.org/TR/xml-stylesheet/#dt-pseudo-attribute">pseudo-attribute</a> is not specified.</li>
 
    <li><p>If there is an <code title="">alternate</code> <a class="external" href="http://www.w3.org/TR/xml-stylesheet/#dt-pseudo-attribute">pseudo-attribute</a>
-   whose value is a <a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match
+   whose value is a <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match
    for "<code title="">yes</code>" and <var title="">title</var> is the
    empty string terminate these steps.</li>
 
@@ -1545,7 +1546,7 @@
 
      <dt><a href="#style-sheet-alternate-flag">style sheet alternate flag</a></dt>
      <dd><p>True if the <code title="">alternate</code> <a class="external" href="http://www.w3.org/TR/xml-stylesheet/#dt-pseudo-attribute">pseudo-attribute</a>
-     value is a <a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match for
+     value is a <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match for
      "<code>yes</code>", and false otherwise.</dd>
     </dl>
    </li>
@@ -1562,7 +1563,7 @@
 
   <p>For each HTTP <code title="http-link">Link</code> header of which one
   of the link relation types is an
-  <a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match
+  <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match
   for "<code title="">stylesheet</code>" these steps
   must be run:</p>
 
@@ -1572,7 +1573,7 @@
    If there are no such parameters it is the empty string.</li>
 
    <li><p>If one of the (other) link relation types is an
-   <a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for
+   <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for
    "<code title="">alternate</code>" and <var title="">title</var> is the
    empty string terminate these steps.</li>
 
@@ -1620,7 +1621,7 @@
      <dt><a href="#style-sheet-alternate-flag">style sheet alternate flag</a></dt>
      <dd><p>True if one of the specified link relation type for this HTTP
      <code title="http-link">Link</code> header is an
-     <a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for
+     <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for
      "<code title="">alternate</code>". Otherwise, false.</dd>
     </dl>
    </li>
@@ -2237,7 +2238,7 @@
   <p>The
   <dfn id="dom-cssstyledeclaration-getpropertypriority" title="dom-CSSStyleDeclaration-getPropertyPriority"><code>getPropertyPriority(<var title="">property</var>)</code></dfn>
   method, when invoked, if <var title="">property</var> is an
-  <a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for a
+  <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for a
   property that has a priority user agents must return the canonical
   priority of that property as given in the syntax definition. Otherwise,
   the empty string must be returned.</p>
@@ -2256,7 +2257,7 @@
    algorithm.</li>
 
    <li><p>If <var title="">property</var> is not an
-   <a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for a
+   <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for a
    supported property, terminate this algorithm.</li>
 
    <li><p>If <var title="">value</var> is null or the empty string invoke
@@ -2295,7 +2296,7 @@
    algorithm.</li>
 
    <li><p>If <var title="">property</var> is an
-   <a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for a
+   <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for a
    property of a declaration in the
    <span>collection of CSS declarations</span> remove the declaration.</p>
   </ol>
@@ -2752,7 +2753,7 @@
   <p>To <dfn id="parse-a-css-value">parse a CSS value</dfn> for a given
   <var title="">property</var> means to a parse the given value according to
   the definition of the property that is an
-  <a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for
+  <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for
   <var title="">property</var> in the CSS specification. If the given value
   is <span>ignored</span> return null. Otherwise return the CSS value for
   the given <var title="">property</var>.</p>
@@ -3111,13 +3112,13 @@
    <li><p>Let <var title="">obj</var> be <var title="">elt</var>.</li>
 
    <li><p>If <var title="">pseudoElt</var> is as an
-   <a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for
+   <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for
    either "<code>:before</code>" or "<code>::before</code>" let
    <var title="">obj</var> be the '::before' pseudo-element of
    <var title="">elt</var>.</li>
 
    <li><p>If <var title="">pseudoElt</var> is as an
-   <a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for
+   <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for
    either "<code>:after</code>" or "<code>::after</code>" let
    <var title="">obj</var> be the '::after' pseudo-element of
    <var title="">elt</var>.</li>
@@ -3271,7 +3272,7 @@
   <p>The editor would like to thank
 
   Alexey Feldgendler,
-  Bj&Atilde;&para;rn H&Atilde;&para;hrmann,
+  Björn Höhrmann,
   Christian Krebs,
   Daniel Glazman,
   David Baron,

Index: cssom-source
===================================================================
RCS file: /sources/public/csswg/cssom/cssom-source,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cssom-source	2 Jul 2011 11:58:40 -0000	1.4
+++ cssom-source	2 Jul 2011 12:18:24 -0000	1.5
@@ -126,7 +126,8 @@
 
 <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>case-sensitive</span> manner.
+<p>Unless otherwise stated, string comparisons are done in a
+<span data-anolis-spec=domcore>case-sensitive</span> manner.
 
 
 <h2 id="terminology">Terminology</h2>
@@ -401,7 +402,7 @@
   <var title="">m1</var> and <var title="">m2</var> means to
   <span title="serialize a media query">serialize</span> them both and
   return true if they are a
-  <span data-anolis-spec=html>case-sensitive</span> match and false if they
+  <span data-anolis-spec=domcore>case-sensitive</span> match and false if they
   are not.</p>
 
 
@@ -970,10 +971,10 @@
      <li><p>The <span>style sheet title</span> is empty.</p></li>
      <li><p>The <span>last style sheet set name</span> is null and the
      <span>style sheet title</span> is a
-     <span data-anolis-spec=html>case-sensitive</span> match
+     <span data-anolis-spec=domcore>case-sensitive</span> match
      for the <span>preferred style sheet set name</span>.</p></li>
      <li><p>The <span>style sheet title</span> is a
-     <span data-anolis-spec=html>case-sensitive</span> match for the
+     <span data-anolis-spec=domcore>case-sensitive</span> match for the
      <span>last style sheet set name</span>.</p></li>
     </ul>
    </li>
@@ -1011,7 +1012,7 @@
    <li><p>Set the <span>style sheet disabled flag</span> for each
    <span>style sheet</span> in a <span>style sheet set</span> whose
    <span>style sheet set name</span> is a
-   <span data-anolis-spec=html>case-sensitive</span> match for
+   <span data-anolis-spec=domcore>case-sensitive</span> match for
    <var title="">name</var> to false and set it to true for all other
    <span title="style sheet">style sheets</span> in a
    <span>style sheet set</span>.</p></li>
@@ -1052,7 +1053,7 @@
    <var title="">name</var>.</p></li>
 
    <li><p>If <var title="">name</var> is not a
-   <span data-anolis-spec=html>case-sensitive</span> match for
+   <span data-anolis-spec=domcore>case-sensitive</span> match for
    <var title="">current</var> and
    <span>last style sheet set name</span> is null
    <span>enable a style sheet set</span> with name
@@ -1335,7 +1336,7 @@
   <span data-anolis-spec=xmlss title="xml-stylesheet processing instruction">xml-stylesheet processing instructions</span>
   and HTTP <code title="http-link">Link</code> headers when the link
   relation type is an
-  <span data-anolis-spec=html>ASCII case-insensitive</span> match for
+  <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for
   "<code title="">stylesheet</code>" since nobody else was interested in
   defining this.</p>
 
@@ -1415,7 +1416,7 @@
    <code title="">title</code> <span data-anolis-spec=xmlss>pseudo-attribute</span> is not specified.</p></li>
 
    <li><p>If there is an <code title="">alternate</code> <span data-anolis-spec=xmlss>pseudo-attribute</span>
-   whose value is a <span data-anolis-spec=html>case-sensitive</span> match
+   whose value is a <span data-anolis-spec=domcore>case-sensitive</span> match
    for "<code title="">yes</code>" and <var title="">title</var> is the
    empty string terminate these steps.</p></li>
 
@@ -1470,7 +1471,7 @@
 
      <dt><span>style sheet alternate flag</span></dt>
      <dd><p>True if the <code title="">alternate</code> <span data-anolis-spec=xmlss>pseudo-attribute</span>
-     value is a <span data-anolis-spec=html>case-sensitive</span> match for
+     value is a <span data-anolis-spec=domcore>case-sensitive</span> match for
      "<code>yes</code>", and false otherwise.</p></dd>
     </dl>
    </li>
@@ -1487,7 +1488,7 @@
 
   <p>For each HTTP <code title="http-link">Link</code> header of which one
   of the link relation types is an
-  <span data-anolis-spec=html>ASCII case-insensitive</span> match
+  <span data-anolis-spec=domcore>ASCII case-insensitive</span> match
   for "<code title="">stylesheet</code>" these steps
   must be run:</p>
 
@@ -1497,7 +1498,7 @@
    If there are no such parameters it is the empty string.</p></li>
 
    <li><p>If one of the (other) link relation types is an
-   <span data-anolis-spec=html>ASCII case-insensitive</span> match for
+   <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for
    "<code title="">alternate</code>" and <var title="">title</var> is the
    empty string terminate these steps.</p></li>
 
@@ -1545,7 +1546,7 @@
      <dt><span>style sheet alternate flag</span></dt>
      <dd><p>True if one of the specified link relation type for this HTTP
      <code title="http-link">Link</code> header is an
-     <span data-anolis-spec=html>ASCII case-insensitive</span> match for
+     <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for
      "<code title="">alternate</code>". Otherwise, false.</p></dd>
     </dl>
    </li>
@@ -2041,7 +2042,7 @@
   <p>The
   <dfn id="dom-cssstyledeclaration-getpropertypriority" title="dom-CSSStyleDeclaration-getPropertyPriority"><code>getPropertyPriority(<var title="">property</var>)</code></dfn>
   method, when invoked, if <var title="">property</var> is an
-  <span data-anolis-spec=html>ASCII case-insensitive</span> match for a
+  <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for a
   property that has a priority user agents must return the canonical
   priority of that property as given in the syntax definition. Otherwise,
   the empty string must be returned.</p>
@@ -2060,7 +2061,7 @@
    algorithm.</p></li>
 
    <li><p>If <var title="">property</var> is not an
-   <span data-anolis-spec=html>ASCII case-insensitive</span> match for a
+   <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for a
    supported property, terminate this algorithm.</p></li>
 
    <li><p>If <var title="">value</var> is null or the empty string invoke
@@ -2099,7 +2100,7 @@
    algorithm.</p></li>
 
    <li><p>If <var title="">property</var> is an
-   <span data-anolis-spec=html>ASCII case-insensitive</span> match for a
+   <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for a
    property of a declaration in the
    <span>collection of CSS declarations</span> remove the declaration.</p>
   </ol>
@@ -2191,7 +2192,7 @@
   <p>To <dfn id="parse-a-css-value">parse a CSS value</dfn> for a given
   <var title="">property</var> means to a parse the given value according to
   the definition of the property that is an
-  <span data-anolis-spec=html>ASCII case-insensitive</span> match for
+  <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for
   <var title="">property</var> in the CSS specification. If the given value
   is <span>ignored</span> return null. Otherwise return the CSS value for
   the given <var title="">property</var>.</p>
@@ -2550,13 +2551,13 @@
    <li><p>Let <var title="">obj</var> be <var title="">elt</var>.</p></li>
 
    <li><p>If <var title="">pseudoElt</var> is as an
-   <span data-anolis-spec=html>ASCII case-insensitive</span> match for
+   <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for
    either "<code>:before</code>" or "<code>::before</code>" let
    <var title="">obj</var> be the '::before' pseudo-element of
    <var title="">elt</var>.</p></li>
 
    <li><p>If <var title="">pseudoElt</var> is as an
-   <span data-anolis-spec=html>ASCII case-insensitive</span> match for
+   <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for
    either "<code>:after</code>" or "<code>::after</code>" let
    <var title="">obj</var> be the '::after' pseudo-element of
    <var title="">elt</var>.</p></li>
@@ -2695,7 +2696,7 @@
   <p>The editor would like to thank
 
   Alexey Feldgendler,
-  Björn Höhrmann,
+  Bj&ouml;rn H&ouml;hrmann,
   Christian Krebs,
   Daniel Glazman,
   David Baron,

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/cssom/Overview.src.html,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- Overview.src.html	2 Jul 2011 11:58:40 -0000	1.151
+++ Overview.src.html	2 Jul 2011 12:18:24 -0000	1.152
@@ -126,7 +126,8 @@
 
 <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>case-sensitive</span> manner.
+<p>Unless otherwise stated, string comparisons are done in a
+<span data-anolis-spec=domcore>case-sensitive</span> manner.
 
 
 <h2 id="terminology">Terminology</h2>
@@ -401,7 +402,7 @@
   <var title="">m1</var> and <var title="">m2</var> means to
   <span title="serialize a media query">serialize</span> them both and
   return true if they are a
-  <span data-anolis-spec=html>case-sensitive</span> match and false if they
+  <span data-anolis-spec=domcore>case-sensitive</span> match and false if they
   are not.</p>
 
 
@@ -970,10 +971,10 @@
      <li><p>The <span>style sheet title</span> is empty.</p></li>
      <li><p>The <span>last style sheet set name</span> is null and the
      <span>style sheet title</span> is a
-     <span data-anolis-spec=html>case-sensitive</span> match
+     <span data-anolis-spec=domcore>case-sensitive</span> match
      for the <span>preferred style sheet set name</span>.</p></li>
      <li><p>The <span>style sheet title</span> is a
-     <span data-anolis-spec=html>case-sensitive</span> match for the
+     <span data-anolis-spec=domcore>case-sensitive</span> match for the
      <span>last style sheet set name</span>.</p></li>
     </ul>
    </li>
@@ -1011,7 +1012,7 @@
    <li><p>Set the <span>style sheet disabled flag</span> for each
    <span>style sheet</span> in a <span>style sheet set</span> whose
    <span>style sheet set name</span> is a
-   <span data-anolis-spec=html>case-sensitive</span> match for
+   <span data-anolis-spec=domcore>case-sensitive</span> match for
    <var title="">name</var> to false and set it to true for all other
    <span title="style sheet">style sheets</span> in a
    <span>style sheet set</span>.</p></li>
@@ -1052,7 +1053,7 @@
    <var title="">name</var>.</p></li>
 
    <li><p>If <var title="">name</var> is not a
-   <span data-anolis-spec=html>case-sensitive</span> match for
+   <span data-anolis-spec=domcore>case-sensitive</span> match for
    <var title="">current</var> and
    <span>last style sheet set name</span> is null
    <span>enable a style sheet set</span> with name
@@ -1335,7 +1336,7 @@
   <span data-anolis-spec=xmlss title="xml-stylesheet processing instruction">xml-stylesheet processing instructions</span>
   and HTTP <code title="http-link">Link</code> headers when the link
   relation type is an
-  <span data-anolis-spec=html>ASCII case-insensitive</span> match for
+  <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for
   "<code title="">stylesheet</code>" since nobody else was interested in
   defining this.</p>
 
@@ -1415,7 +1416,7 @@
    <code title="">title</code> <span data-anolis-spec=xmlss>pseudo-attribute</span> is not specified.</p></li>
 
    <li><p>If there is an <code title="">alternate</code> <span data-anolis-spec=xmlss>pseudo-attribute</span>
-   whose value is a <span data-anolis-spec=html>case-sensitive</span> match
+   whose value is a <span data-anolis-spec=domcore>case-sensitive</span> match
    for "<code title="">yes</code>" and <var title="">title</var> is the
    empty string terminate these steps.</p></li>
 
@@ -1470,7 +1471,7 @@
 
      <dt><span>style sheet alternate flag</span></dt>
      <dd><p>True if the <code title="">alternate</code> <span data-anolis-spec=xmlss>pseudo-attribute</span>
-     value is a <span data-anolis-spec=html>case-sensitive</span> match for
+     value is a <span data-anolis-spec=domcore>case-sensitive</span> match for
      "<code>yes</code>", and false otherwise.</p></dd>
     </dl>
    </li>
@@ -1487,7 +1488,7 @@
 
   <p>For each HTTP <code title="http-link">Link</code> header of which one
   of the link relation types is an
-  <span data-anolis-spec=html>ASCII case-insensitive</span> match
+  <span data-anolis-spec=domcore>ASCII case-insensitive</span> match
   for "<code title="">stylesheet</code>" these steps
   must be run:</p>
 
@@ -1497,7 +1498,7 @@
    If there are no such parameters it is the empty string.</p></li>
 
    <li><p>If one of the (other) link relation types is an
-   <span data-anolis-spec=html>ASCII case-insensitive</span> match for
+   <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for
    "<code title="">alternate</code>" and <var title="">title</var> is the
    empty string terminate these steps.</p></li>
 
@@ -1545,7 +1546,7 @@
      <dt><span>style sheet alternate flag</span></dt>
      <dd><p>True if one of the specified link relation type for this HTTP
      <code title="http-link">Link</code> header is an
-     <span data-anolis-spec=html>ASCII case-insensitive</span> match for
+     <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for
      "<code title="">alternate</code>". Otherwise, false.</p></dd>
     </dl>
    </li>
@@ -2162,7 +2163,7 @@
   <p>The
   <dfn id="dom-cssstyledeclaration-getpropertypriority" title="dom-CSSStyleDeclaration-getPropertyPriority"><code>getPropertyPriority(<var title="">property</var>)</code></dfn>
   method, when invoked, if <var title="">property</var> is an
-  <span data-anolis-spec=html>ASCII case-insensitive</span> match for a
+  <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for a
   property that has a priority user agents must return the canonical
   priority of that property as given in the syntax definition. Otherwise,
   the empty string must be returned.</p>
@@ -2181,7 +2182,7 @@
    algorithm.</p></li>
 
    <li><p>If <var title="">property</var> is not an
-   <span data-anolis-spec=html>ASCII case-insensitive</span> match for a
+   <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for a
    supported property, terminate this algorithm.</p></li>
 
    <li><p>If <var title="">value</var> is null or the empty string invoke
@@ -2220,7 +2221,7 @@
    algorithm.</p></li>
 
    <li><p>If <var title="">property</var> is an
-   <span data-anolis-spec=html>ASCII case-insensitive</span> match for a
+   <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for a
    property of a declaration in the
    <span>collection of CSS declarations</span> remove the declaration.</p>
   </ol>
@@ -2677,7 +2678,7 @@
   <p>To <dfn id="parse-a-css-value">parse a CSS value</dfn> for a given
   <var title="">property</var> means to a parse the given value according to
   the definition of the property that is an
-  <span data-anolis-spec=html>ASCII case-insensitive</span> match for
+  <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for
   <var title="">property</var> in the CSS specification. If the given value
   is <span>ignored</span> return null. Otherwise return the CSS value for
   the given <var title="">property</var>.</p>
@@ -3036,13 +3037,13 @@
    <li><p>Let <var title="">obj</var> be <var title="">elt</var>.</p></li>
 
    <li><p>If <var title="">pseudoElt</var> is as an
-   <span data-anolis-spec=html>ASCII case-insensitive</span> match for
+   <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for
    either "<code>:before</code>" or "<code>::before</code>" let
    <var title="">obj</var> be the '::before' pseudo-element of
    <var title="">elt</var>.</p></li>
 
    <li><p>If <var title="">pseudoElt</var> is as an
-   <span data-anolis-spec=html>ASCII case-insensitive</span> match for
+   <span data-anolis-spec=domcore>ASCII case-insensitive</span> match for
    either "<code>:after</code>" or "<code>::after</code>" let
    <var title="">obj</var> be the '::after' pseudo-element of
    <var title="">elt</var>.</p></li>
@@ -3181,7 +3182,7 @@
   <p>The editor would like to thank
 
   Alexey Feldgendler,
-  Björn Höhrmann,
+  Bj&ouml;rn H&ouml;hrmann,
   Christian Krebs,
   Daniel Glazman,
   David Baron,

Received on Saturday, 2 July 2011 12:18:28 UTC