html5/spec common-dom-interfaces.html,1.10,1.11 rendering.html,1.21,1.22 spec.html,1.1184,1.1185

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4966

Modified Files:
	common-dom-interfaces.html rendering.html spec.html 
Log Message:
xref (whatwg r5358)

[updated by splitter]


Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- common-dom-interfaces.html	18 Aug 2010 01:36:40 -0000	1.10
+++ common-dom-interfaces.html	26 Aug 2010 05:06:33 -0000	1.11
@@ -555,7 +555,7 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a href="#dom-htmlcollection-item">namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-namedItem"><a href="#dom-htmlcollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var>[<var title="">name</var>]</dt>
    <dt><var title="">collection</var>(<var title="">name</var>)</dt>
    <dd>

Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- rendering.html	24 Aug 2010 22:36:33 -0000	1.21
+++ rendering.html	26 Aug 2010 05:06:33 -0000	1.22
@@ -496,6 +496,7 @@
   <code><a href="text-level-semantics.html#the-br-element">br</a></code> elements with <code title="attr-br-clear"><a href="obsolete.html#attr-br-clear">clear</a></code> attributes) in the manner
   described in the non-normative note to this effect in CSS2.1.</p>
   <!-- section 9.5.2 of CSS2.1 -->
+  <!-- br { content: '\A'; } /* waiting for 'content' to apply to elements */ -->
 
   <p>The user agent is expected to hide <code><a href="scripting-1.html#the-noscript-element">noscript</a></code> elements
   for whom <a href="webappapis.html#concept-n-script" title="concept-n-script">scripting is enabled</a>,

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1184
retrieving revision 1.1185
diff -u -d -r1.1184 -r1.1185
--- spec.html	26 Aug 2010 02:57:03 -0000	1.1184
+++ spec.html	26 Aug 2010 05:06:33 -0000	1.1185
@@ -336,7 +336,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4273.
+This is revision 1.4275.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Thursday, 26 August 2010 05:06:37 UTC