Skip to content

Commit bc99198

Browse files
committed
minor cleanup
1 parent a2177d3 commit bc99198

3 files changed

Lines changed: 18 additions & 36 deletions

File tree

cssom/Overview.html

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
3030
<!--end-logo-->
3131
<h1 id="cssom">CSSOM</h1>
32-
<h2 class="no-num no-toc" id="">Editor's Draft 2 July 2011</h2>
32+
<h2 class="no-num no-toc" id="editor-s-draft-2-july-2011">Editor's Draft 2 July 2011</h2>
3333

3434
<dl>
3535

@@ -1465,17 +1465,13 @@ <h4 id="the-linkstyle-interface"><span class="secno">6.3.1 </span>The <code titl
14651465
<a href="#style-sheet-owner-node">style sheet owner node</a>
14661466
implements the <code><a href="#linkstyle">LinkStyle</a></code> interface.</p>
14671467

1468-
<p class="XXX">Use partial instead?</p>
1469-
14701468
<pre class="idl">[NoInterfaceObject] interface <dfn id="linkstyle">LinkStyle</dfn> {
1471-
readonly attribute <a href="#stylesheet">StyleSheet</a> <a href="#linkstyle-sheet" title="linkstyle-sheet">sheet</a>;
1469+
readonly attribute <a href="#stylesheet">StyleSheet</a> <a href="#dom-linkstyle-sheet" title="dom-linkstyle-sheet">sheet</a>;
14721470
};</pre>
14731471

1474-
<p>The
1475-
<dfn id="linkstyle-sheet" title="linkstyle-sheet"><code>sheet</code></dfn>
1476-
attribute must return the
1477-
<a href="#associated-style-sheet">associated style sheet</a> for the node, or null, if there is no
1478-
<a href="#associated-style-sheet">associated style sheet</a>.</p>
1472+
<p>The <dfn id="dom-linkstyle-sheet" title="dom-LinkStyle-sheet"><code>sheet</code></dfn> attribute
1473+
must return the <a href="#associated-style-sheet">associated style sheet</a> for the node, or null,
1474+
if there is no <a href="#associated-style-sheet">associated style sheet</a>.</p>
14791475

14801476
<div class="example">
14811477
<p>In the following HTML snippet the first HTML <code>style</code>
@@ -1508,11 +1504,9 @@ <h4 id="requirements-on-specifications"><span class="secno">6.3.2 </span>Require
15081504
<h4 id="requirements-on-user-agents-implementing-the-xml-stylesheet-processing-instruction"><span class="secno">6.3.3 </span>Requirements on User Agents Implementing the
15091505
<span title=""><code>xml-stylesheet</code> processing instruction</span></h4>
15101506

1511-
<!-- XXX ref, one day -->
1512-
15131507
<!-- XXX load/error events, reparse -->
15141508

1515-
<pre class="idl"><span>ProcessingInstruction</span> implements <a href="#linkstyle">LinkStyle</a>;</pre>
1509+
<pre class="idl"><a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#processinginstruction">ProcessingInstruction</a> implements <a href="#linkstyle">LinkStyle</a>;</pre>
15161510

15171511
<p>For each
15181512
<a class="external" href="http://www.w3.org/TR/xml-stylesheet/#dt-xml-stylesheet"><code>xml-stylesheet</code> processing instruction</a>

cssom/Overview.src.html

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="head">
2929
<!--logo-->
3030
<h1 id="cssom">CSSOM</h1>
31-
<h2 class="no-num no-toc" id="">[LONGSTATUS] [DATE: 3 August 2002]</h2>
31+
<h2 class="no-num no-toc">[LONGSTATUS] [DATE: 3 August 2002]</h2>
3232

3333
<dl>
3434

@@ -1384,17 +1384,13 @@ <h4>The <code title="">LinkStyle</code> Interface</h4>
13841384
<span>style sheet owner node</span>
13851385
implements the <code>LinkStyle</code> interface.</p>
13861386

1387-
<p class="XXX">Use partial instead?</p>
1388-
13891387
<pre class="idl">[NoInterfaceObject] interface <dfn>LinkStyle</dfn> {
1390-
readonly attribute <span>StyleSheet</span> <span title="linkstyle-sheet">sheet</span>;
1388+
readonly attribute <span>StyleSheet</span> <span title="dom-linkstyle-sheet">sheet</span>;
13911389
};</pre>
13921390

1393-
<p>The
1394-
<dfn id="linkstyle-sheet" title="linkstyle-sheet"><code>sheet</code></dfn>
1395-
attribute must return the
1396-
<span>associated style sheet</span> for the node, or null, if there is no
1397-
<span>associated style sheet</span>.</p>
1391+
<p>The <dfn title="dom-LinkStyle-sheet"><code>sheet</code></dfn> attribute
1392+
must return the <span>associated style sheet</span> for the node, or null,
1393+
if there is no <span>associated style sheet</span>.</p>
13981394

13991395
<div class="example">
14001396
<p>In the following HTML snippet the first HTML <code>style</code>
@@ -1427,11 +1423,9 @@ <h4>Requirements on specifications</h4>
14271423
<h4>Requirements on User Agents Implementing the
14281424
<span title=""><code>xml-stylesheet</code> processing instruction</span></h4>
14291425

1430-
<!-- XXX ref, one day -->
1431-
14321426
<!-- XXX load/error events, reparse -->
14331427

1434-
<pre class="idl"><span>ProcessingInstruction</span> implements <span>LinkStyle</span>;</pre>
1428+
<pre class="idl"><span data-anolis-spec=domcore>ProcessingInstruction</span> implements <span>LinkStyle</span>;</pre>
14351429

14361430
<p>For each
14371431
<span data-anolis-spec=xmlss><code>xml-stylesheet</code> processing instruction</span>

cssom/cssom-source

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="head">
2929
<!--logo-->
3030
<h1 id="cssom">CSSOM</h1>
31-
<h2 class="no-num no-toc" id="">[LONGSTATUS] [DATE: 3 August 2002]</h2>
31+
<h2 class="no-num no-toc">[LONGSTATUS] [DATE: 3 August 2002]</h2>
3232

3333
<dl>
3434

@@ -1384,17 +1384,13 @@ and
13841384
<span>style sheet owner node</span>
13851385
implements the <code>LinkStyle</code> interface.</p>
13861386

1387-
<p class="XXX">Use partial instead?</p>
1388-
13891387
<pre class="idl">[NoInterfaceObject] interface <dfn>LinkStyle</dfn> {
1390-
readonly attribute <span>StyleSheet</span> <span title="linkstyle-sheet">sheet</span>;
1388+
readonly attribute <span>StyleSheet</span> <span title="dom-linkstyle-sheet">sheet</span>;
13911389
};</pre>
13921390

1393-
<p>The
1394-
<dfn id="linkstyle-sheet" title="linkstyle-sheet"><code>sheet</code></dfn>
1395-
attribute must return the
1396-
<span>associated style sheet</span> for the node, or null, if there is no
1397-
<span>associated style sheet</span>.</p>
1391+
<p>The <dfn title="dom-LinkStyle-sheet"><code>sheet</code></dfn> attribute
1392+
must return the <span>associated style sheet</span> for the node, or null,
1393+
if there is no <span>associated style sheet</span>.</p>
13981394

13991395
<div class="example">
14001396
<p>In the following HTML snippet the first HTML <code>style</code>
@@ -1427,11 +1423,9 @@ and
14271423
<h4>Requirements on User Agents Implementing the
14281424
<span title=""><code>xml-stylesheet</code> processing instruction</span></h4>
14291425

1430-
<!-- XXX ref, one day -->
1431-
14321426
<!-- XXX load/error events, reparse -->
14331427

1434-
<pre class="idl"><span>ProcessingInstruction</span> implements <span>LinkStyle</span>;</pre>
1428+
<pre class="idl"><span data-anolis-spec=domcore>ProcessingInstruction</span> implements <span>LinkStyle</span>;</pre>
14351429

14361430
<p>For each
14371431
<span data-anolis-spec=xmlss><code>xml-stylesheet</code> processing instruction</span>

0 commit comments

Comments
 (0)