Skip to content

Commit 4986e3e

Browse files
author
Simon Pieters
committed
--HG-- extra : rebase_source : e23f8eb86ae87c5223074e36c17b57b3e6c78079
1 parent 9d1dd54 commit 4986e3e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

cssom/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<h1>CSS Object Model (CSSOM)</h1>
1717

1818

19-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 13 August 2013</h2>
19+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 14 August 2013</h2>
2020

2121
<dl>
2222

@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
9090
can be found in the
9191
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
9292

93-
<p class="dontpublish">This is the 13 August 2013 Editor's Draft of CSSOM. Please send comments to
93+
<p class="dontpublish">This is the 14 August 2013 Editor's Draft of CSSOM. Please send comments to
9494
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
9595
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
9696
with <samp>[cssom]</samp> at the start of the subject line.
@@ -1433,7 +1433,7 @@ <h4 id="examples"><span class="secno">6.2.5 </span>Examples</h4>
14331433

14341434
<h3 id="style-sheet-association"><span class="secno">6.3 </span>Style Sheet Association</h3>
14351435

1436-
<p>This section defines the interface a
1436+
<p>This section defines the interface an
14371437
<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
14381438
implement and defines the requirements for
14391439
<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>
@@ -2297,7 +2297,7 @@ <h4 id="the-cssstyledeclaration-interface"><span class="secno">6.5.1 </span>The
22972297
<var>priority</var>)</code></dfn> method must run these steps:</p>
22982298
<ol>
22992299
<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>
2300-
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>
2300+
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>
23012301
<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>.
23022302
<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
23032303
algorithm.</li>

cssom/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ <h4>Examples</h4>
13551355

13561356
<h3>Style Sheet Association</h3>
13571357

1358-
<p>This section defines the interface a
1358+
<p>This section defines the interface an
13591359
<span title=concept-css-style-sheet-owner-node>owner node</span> of a <span>CSS style sheet</span> has to
13601360
implement and defines the requirements for
13611361
<span data-anolis-spec=xmlss title="xml-stylesheet processing instruction">xml-stylesheet processing instructions</span>
@@ -2219,7 +2219,7 @@ <h4>The <code title>CSSStyleDeclaration</code> Interface</h4>
22192219
<var>priority</var>)</code></dfn> method must run these steps:</p>
22202220
<ol>
22212221
<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>
2222-
an <code data-anolis-spec=dom>NoModificationAllowedError</code> exception and terminate these steps.</li>
2222+
a <code data-anolis-spec=dom>NoModificationAllowedError</code> exception and terminate these steps.</li>
22232223
<li><p>Let <var>property</var> be <var>property</var> <span data-anolis-spec=dom>converted to ASCII lowercase</span>.
22242224
<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
22252225
algorithm.</p></li>

0 commit comments

Comments
 (0)