[cssom] editorial: typo. https://www.w3.org/Bugs/Public/show_bug.cgi?id=22946

Wed, 14 Aug 2013 11:10:39 +0200

author
Simon Pieters <simonp@opera.com>
date
Wed, 14 Aug 2013 11:10:39 +0200
changeset 8826
aa74bff40af5
parent 8825
9eadbf1b2493
child 8827
5aafe7d04ff3

[cssom] editorial: typo. https://www.w3.org/Bugs/Public/show_bug.cgi?id=22946

cssom/Overview.html file | annotate | diff | comparison | revisions
cssom/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom/Overview.html	Tue Aug 13 16:09:22 2013 -0700
     1.2 +++ b/cssom/Overview.html	Wed Aug 14 11:10:39 2013 +0200
     1.3 @@ -16,7 +16,7 @@
     1.4   <h1>CSS Object Model (CSSOM)</h1>
     1.5  
     1.6  
     1.7 - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 13 August 2013</h2>
     1.8 + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 14 August 2013</h2>
     1.9  
    1.10   <dl>
    1.11  
    1.12 @@ -90,7 +90,7 @@
    1.13  can be found in the
    1.14  <a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
    1.15  
    1.16 -<p class="dontpublish">This is the 13 August 2013 Editor's Draft of CSSOM. Please send comments to
    1.17 +<p class="dontpublish">This is the 14 August 2013 Editor's Draft of CSSOM. Please send comments to
    1.18  <a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
    1.19  (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
    1.20  with <samp>[cssom]</samp> at the start of the subject line.
    1.21 @@ -1433,7 +1433,7 @@
    1.22  
    1.23  <h3 id="style-sheet-association"><span class="secno">6.3 </span>Style Sheet Association</h3>
    1.24  
    1.25 -<p>This section defines the interface a
    1.26 +<p>This section defines the interface an
    1.27  <a href="#concept-css-style-sheet-owner-node" title="concept-css-style-sheet-owner-node">owner node</a> of a <a href="#css-style-sheet">CSS style sheet</a> has to
    1.28  implement and defines the requirements for
    1.29  <a class="external" data-anolis-spec="xmlss" href="http://www.w3.org/TR/xml-stylesheet/#dt-xml-stylesheet" title="xml-stylesheet processing instruction">xml-stylesheet processing instructions</a>
    1.30 @@ -2297,7 +2297,7 @@
    1.31  <var>priority</var>)</code></dfn> method must run these steps:</p>
    1.32  <ol>
    1.33   <li><p>If the <a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> is set, <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a>
    1.34 - an <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#nomodificationallowederror">NoModificationAllowedError</a></code> exception and terminate these steps.</li>
    1.35 + a <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#nomodificationallowederror">NoModificationAllowedError</a></code> exception and terminate these steps.</li>
    1.36   <li><p>Let <var>property</var> be <var>property</var> <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.
    1.37   <li><p>If <var>property</var> is not a <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#case-sensitive">case-sensitive</a> match for a <a href="#supported-css-property">supported CSS property</a>, terminate this
    1.38   algorithm.</li>
     2.1 --- a/cssom/Overview.src.html	Tue Aug 13 16:09:22 2013 -0700
     2.2 +++ b/cssom/Overview.src.html	Wed Aug 14 11:10:39 2013 +0200
     2.3 @@ -1355,7 +1355,7 @@
     2.4  
     2.5  <h3>Style Sheet Association</h3>
     2.6  
     2.7 -<p>This section defines the interface a
     2.8 +<p>This section defines the interface an
     2.9  <span title=concept-css-style-sheet-owner-node>owner node</span> of a <span>CSS style sheet</span> has to
    2.10  implement and defines the requirements for
    2.11  <span data-anolis-spec=xmlss title="xml-stylesheet processing instruction">xml-stylesheet processing instructions</span>
    2.12 @@ -2219,7 +2219,7 @@
    2.13  <var>priority</var>)</code></dfn> method must run these steps:</p>
    2.14  <ol>
    2.15   <li><p>If the <span title=concept-css-declaration-block-readonly-flag>readonly flag</span> is set, <span data-anolis-spec=dom title=concept-throw>throw</span>
    2.16 - an <code data-anolis-spec=dom>NoModificationAllowedError</code> exception and terminate these steps.</li>
    2.17 + a <code data-anolis-spec=dom>NoModificationAllowedError</code> exception and terminate these steps.</li>
    2.18   <li><p>Let <var>property</var> be <var>property</var> <span data-anolis-spec=dom>converted to ASCII lowercase</span>.
    2.19   <li><p>If <var>property</var> is not a <span data-anolis-spec=dom>case-sensitive</span> match for a <span>supported CSS property</span>, terminate this
    2.20   algorithm.</p></li>

mercurial