|
29 | 29 | <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> |
30 | 30 | <!--end-logo--> |
31 | 31 | <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> |
33 | 33 |
|
34 | 34 | <dl> |
35 | 35 |
|
@@ -1465,17 +1465,13 @@ <h4 id="the-linkstyle-interface"><span class="secno">6.3.1 </span>The <code titl |
1465 | 1465 | <a href="#style-sheet-owner-node">style sheet owner node</a> |
1466 | 1466 | implements the <code><a href="#linkstyle">LinkStyle</a></code> interface.</p> |
1467 | 1467 |
|
1468 | | - <p class="XXX">Use partial instead?</p> |
1469 | | - |
1470 | 1468 | <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>; |
1472 | 1470 | };</pre> |
1473 | 1471 |
|
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> |
1479 | 1475 |
|
1480 | 1476 | <div class="example"> |
1481 | 1477 | <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 |
1508 | 1504 | <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 |
1509 | 1505 | <span title=""><code>xml-stylesheet</code> processing instruction</span></h4> |
1510 | 1506 |
|
1511 | | - <!-- XXX ref, one day --> |
1512 | | - |
1513 | 1507 | <!-- XXX load/error events, reparse --> |
1514 | 1508 |
|
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> |
1516 | 1510 |
|
1517 | 1511 | <p>For each |
1518 | 1512 | <a class="external" href="http://www.w3.org/TR/xml-stylesheet/#dt-xml-stylesheet"><code>xml-stylesheet</code> processing instruction</a> |
|
0 commit comments