Skip to content

Commit 0a88e7f

Browse files
committed
use XXX as class
1 parent 40ac3b4 commit 0a88e7f

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

cssom/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h2 class="no-num no-toc" id=toc>Table of Contents</h2>
255255

256256
<h2 id=introduction><span class=secno>1. </span>Introduction</h2>
257257

258-
<p class=issue>...
258+
<p class=XXX>...
259259

260260
<h3 id=history><span class=secno>1.1. </span>History</h3>
261261

@@ -2440,7 +2440,7 @@ <h4 id=the-cssstyledeclaration-interface><span class=secno>7.3.1.
24402440
<p>The <dfn id=dom-cssstyledeclaration-getpropertyvalue
24412441
title=dom-CSSStyleDeclaration-getPropertyValue><code>getPropertyValue(<var
24422442
title="">property</var>)</code></dfn> method, when invoked, <span
2443-
class=issue>...</span>.</p>
2443+
class=XXX>...</span>.</p>
24442444
<!-- Once we have defined how everything will be canonicalized we can start
24452445
thinking about this... -->
24462446

@@ -2531,7 +2531,7 @@ <h4 id=the-cssstyledeclaration-interface><span class=secno>7.3.1.
25312531
<p>The <dfn id=dom-cssstyledeclaration-item
25322532
title=dom-CSSStyleDeclaration-item><code>item(<var
25332533
title="">index</var>)</code></dfn> method, when invoked, <span
2534-
class=issue>...</span>.</p>
2534+
class=XXX>...</span>.</p>
25352535
<!-- returns the value of property x stored at position item. -->
25362536

25372537
<p>The <dfn id=dom-cssstyledeclaration-parentrule
@@ -3899,8 +3899,8 @@ <h3 id=default-style-><span class=secno>10.1. </span><dfn id=default-style
38993899

39003900
<h2 class=no-num id=references>References</h2>
39013901

3902-
<p class=issue>This section will be done when going to Last Call. Before
3903-
that state please ask the author whenever a reference is unclear.
3902+
<p class=XXX>This section will be done when going to Last Call. Before that
3903+
state please ask the author whenever a reference is unclear.
39043904

39053905
<h2 class=no-num id=acknowledgements>Acknowledgements</h2>
39063906

cssom/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2 class="no-num no-toc" id="toc">Table of Contents</h2>
7979

8080
<h2 id="introduction">Introduction</h2>
8181

82-
<p class="issue">...</p>
82+
<p class="XXX">...</p>
8383

8484
<h3 id="history">History</h3>
8585

@@ -1889,17 +1889,17 @@ <h4>The <code title="">CSSStyleDeclaration</code> Interface</h4>
18891889
<li><p>If the <span>CSS declaration block readonly flag</span> is true
18901890
raise a <code>NO_MODIFICATION_ALLOWED_ERR</code> and terminate this
18911891
algorithm.</p></li>
1892-
1892+
18931893
<li><p>Empty the <span>collection of CSS declarations</span>.</p></li>
1894-
1894+
18951895
<li><p><span title="Parse a CSS declaration block">Parse</span> the given
18961896
value and, if the return value is not null, append it to the
18971897
<span>collection of CSS declarations</span>.</p></li>
18981898
</ol>
18991899

19001900
<p>The
19011901
<dfn id="dom-cssstyledeclaration-getpropertyvalue" title="dom-CSSStyleDeclaration-getPropertyValue"><code>getPropertyValue(<var title="">property</var>)</code></dfn>
1902-
method, when invoked, <span class="issue">...</span>.</p>
1902+
method, when invoked, <span class="XXX">...</span>.</p>
19031903
<!-- Once we have defined how everything will be canonicalized we can start
19041904
thinking about this... --></p>
19051905

@@ -1976,7 +1976,7 @@ <h4>The <code title="">CSSStyleDeclaration</code> Interface</h4>
19761976

19771977
<p>The
19781978
<dfn id="dom-cssstyledeclaration-item" title="dom-CSSStyleDeclaration-item"><code>item(<var title="">index</var>)</code></dfn>
1979-
method, when invoked, <span class="issue">...</span>.</p>
1979+
method, when invoked, <span class="XXX">...</span>.</p>
19801980
<!-- returns the value of property x stored at position item. -->
19811981

19821982
<p>The
@@ -2489,7 +2489,7 @@ <h3><dfn title="http-default-style"><code>Default-Style</code></dfn></h5>
24892489

24902490
<h2 class="no-num" id="references">References</h2>
24912491

2492-
<p class="issue">This section will be done when going to Last Call. Before
2492+
<p class="XXX">This section will be done when going to Last Call. Before
24932493
that state please ask the author whenever a reference is unclear.</p>
24942494

24952495

0 commit comments

Comments
 (0)