- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 02 Jul 2011 13:02:20 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/cssom In directory hutz:/tmp/cvs-serv31367 Modified Files: Overview.html Overview.src.html cssom-source Log Message: minor cleanup Index: Overview.html =================================================================== RCS file: /sources/public/csswg/cssom/Overview.html,v retrieving revision 1.150 retrieving revision 1.151 diff -u -d -r1.150 -r1.151 --- Overview.html 2 Jul 2011 12:29:47 -0000 1.150 +++ Overview.html 2 Jul 2011 13:02:18 -0000 1.151 @@ -29,7 +29,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <!--end-logo--> <h1 id="cssom">CSSOM</h1> - <h2 class="no-num no-toc" id="">Editor's Draft 2 July 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-2-july-2011">Editor's Draft 2 July 2011</h2> <dl> @@ -1465,17 +1465,13 @@ <a href="#style-sheet-owner-node">style sheet owner node</a> implements the <code><a href="#linkstyle">LinkStyle</a></code> interface.</p> - <p class="XXX">Use partial instead?</p> - <pre class="idl">[NoInterfaceObject] interface <dfn id="linkstyle">LinkStyle</dfn> { - readonly attribute <a href="#stylesheet">StyleSheet</a> <a href="#linkstyle-sheet" title="linkstyle-sheet">sheet</a>; + readonly attribute <a href="#stylesheet">StyleSheet</a> <a href="#dom-linkstyle-sheet" title="dom-linkstyle-sheet">sheet</a>; };</pre> - <p>The - <dfn id="linkstyle-sheet" title="linkstyle-sheet"><code>sheet</code></dfn> - attribute must return the - <a href="#associated-style-sheet">associated style sheet</a> for the node, or null, if there is no - <a href="#associated-style-sheet">associated style sheet</a>.</p> + <p>The <dfn id="dom-linkstyle-sheet" title="dom-LinkStyle-sheet"><code>sheet</code></dfn> attribute + must return the <a href="#associated-style-sheet">associated style sheet</a> for the node, or null, + if there is no <a href="#associated-style-sheet">associated style sheet</a>.</p> <div class="example"> <p>In the following HTML snippet the first HTML <code>style</code> @@ -1508,11 +1504,9 @@ <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 <span title=""><code>xml-stylesheet</code> processing instruction</span></h4> - <!-- XXX ref, one day --> - <!-- XXX load/error events, reparse --> - <pre class="idl"><span>ProcessingInstruction</span> implements <a href="#linkstyle">LinkStyle</a>;</pre> + <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> <p>For each <a class="external" href="http://www.w3.org/TR/xml-stylesheet/#dt-xml-stylesheet"><code>xml-stylesheet</code> processing instruction</a> Index: cssom-source =================================================================== RCS file: /sources/public/csswg/cssom/cssom-source,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- cssom-source 2 Jul 2011 12:29:47 -0000 1.6 +++ cssom-source 2 Jul 2011 13:02:18 -0000 1.7 @@ -28,7 +28,7 @@ <div class="head"> <!--logo--> <h1 id="cssom">CSSOM</h1> - <h2 class="no-num no-toc" id="">[LONGSTATUS] [DATE: 3 August 2002]</h2> + <h2 class="no-num no-toc">[LONGSTATUS] [DATE: 3 August 2002]</h2> <dl> @@ -1384,17 +1384,13 @@ <span>style sheet owner node</span> implements the <code>LinkStyle</code> interface.</p> - <p class="XXX">Use partial instead?</p> - <pre class="idl">[NoInterfaceObject] interface <dfn>LinkStyle</dfn> { - readonly attribute <span>StyleSheet</span> <span title="linkstyle-sheet">sheet</span>; + readonly attribute <span>StyleSheet</span> <span title="dom-linkstyle-sheet">sheet</span>; };</pre> - <p>The - <dfn id="linkstyle-sheet" title="linkstyle-sheet"><code>sheet</code></dfn> - attribute must return the - <span>associated style sheet</span> for the node, or null, if there is no - <span>associated style sheet</span>.</p> + <p>The <dfn title="dom-LinkStyle-sheet"><code>sheet</code></dfn> attribute + must return the <span>associated style sheet</span> for the node, or null, + if there is no <span>associated style sheet</span>.</p> <div class="example"> <p>In the following HTML snippet the first HTML <code>style</code> @@ -1427,11 +1423,9 @@ <h4>Requirements on User Agents Implementing the <span title=""><code>xml-stylesheet</code> processing instruction</span></h4> - <!-- XXX ref, one day --> - <!-- XXX load/error events, reparse --> - <pre class="idl"><span>ProcessingInstruction</span> implements <span>LinkStyle</span>;</pre> + <pre class="idl"><span data-anolis-spec=domcore>ProcessingInstruction</span> implements <span>LinkStyle</span>;</pre> <p>For each <span data-anolis-spec=xmlss><code>xml-stylesheet</code> processing instruction</span> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/cssom/Overview.src.html,v retrieving revision 1.153 retrieving revision 1.154 diff -u -d -r1.153 -r1.154 --- Overview.src.html 2 Jul 2011 12:29:47 -0000 1.153 +++ Overview.src.html 2 Jul 2011 13:02:18 -0000 1.154 @@ -28,7 +28,7 @@ <div class="head"> <!--logo--> <h1 id="cssom">CSSOM</h1> - <h2 class="no-num no-toc" id="">[LONGSTATUS] [DATE: 3 August 2002]</h2> + <h2 class="no-num no-toc">[LONGSTATUS] [DATE: 3 August 2002]</h2> <dl> @@ -1384,17 +1384,13 @@ <span>style sheet owner node</span> implements the <code>LinkStyle</code> interface.</p> - <p class="XXX">Use partial instead?</p> - <pre class="idl">[NoInterfaceObject] interface <dfn>LinkStyle</dfn> { - readonly attribute <span>StyleSheet</span> <span title="linkstyle-sheet">sheet</span>; + readonly attribute <span>StyleSheet</span> <span title="dom-linkstyle-sheet">sheet</span>; };</pre> - <p>The - <dfn id="linkstyle-sheet" title="linkstyle-sheet"><code>sheet</code></dfn> - attribute must return the - <span>associated style sheet</span> for the node, or null, if there is no - <span>associated style sheet</span>.</p> + <p>The <dfn title="dom-LinkStyle-sheet"><code>sheet</code></dfn> attribute + must return the <span>associated style sheet</span> for the node, or null, + if there is no <span>associated style sheet</span>.</p> <div class="example"> <p>In the following HTML snippet the first HTML <code>style</code> @@ -1427,11 +1423,9 @@ <h4>Requirements on User Agents Implementing the <span title=""><code>xml-stylesheet</code> processing instruction</span></h4> - <!-- XXX ref, one day --> - <!-- XXX load/error events, reparse --> - <pre class="idl"><span>ProcessingInstruction</span> implements <span>LinkStyle</span>;</pre> + <pre class="idl"><span data-anolis-spec=domcore>ProcessingInstruction</span> implements <span>LinkStyle</span>;</pre> <p>For each <span data-anolis-spec=xmlss><code>xml-stylesheet</code> processing instruction</span>
Received on Saturday, 2 July 2011 13:02:22 UTC