- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 22:26:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1041 Modified Files: browsers.html common-input-element-attributes.html dnd.html history.html spec.html the-map-element.html Log Message: xref (whatwg r5338) [updated by splitter] Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec/the-map-element.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- the-map-element.html 23 Aug 2010 22:46:48 -0000 1.12 +++ the-map-element.html 24 Aug 2010 22:26:33 -0000 1.13 @@ -825,7 +825,7 @@ XML fragment.</p> </div><p>The semantics of MathML elements are defined by the MathML - specification and other relevant specifications. <a href="references.html#refsMATHML">[MATHML]</a></p><div class="example"> + specification and <a href="infrastructure.html#other-applicable-specifications">other applicable specifications</a>. <a href="references.html#refsMATHML">[MATHML]</a></p><div class="example"> <p>Here is an example of the use of MathML in an HTML document:</p> @@ -876,7 +876,7 @@ <a href="namespaces.html#svg-namespace">SVG namespace</a> inside <a href="dom.html#html-documents">HTML documents</a> is <a href="content-models.html#phrasing-content">phrasing content</a>. (This further constrains the requirements given in the SVG specification.)</p><p>The semantics of SVG elements are defined by the SVG - specification and other relevant specifications. <a href="references.html#refsSVG">[SVG]</a></p><!-- The following paragraph is for bug 7510 --><p>The SVG specification includes requirements regarding the + specification and <a href="infrastructure.html#other-applicable-specifications">other applicable specifications</a>. <a href="references.html#refsSVG">[SVG]</a></p><!-- The following paragraph is for bug 7510 --><p>The SVG specification includes requirements regarding the handling of elements in the DOM that are not in the SVG namespace, that are in SVG fragments, and that are not included in a <code>foreignObject</code> element. <em>This</em> specification does Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.999 retrieving revision 1.1000 diff -u -d -r1.999 -r1.1000 --- history.html 23 Aug 2010 22:46:46 -0000 1.999 +++ history.html 24 Aug 2010 22:26:33 -0000 1.1000 @@ -2206,8 +2206,8 @@ false.</p></li> <li><p>Run any <a href="#unloading-document-cleanup-steps">unloading document cleanup steps</a> for - <code><a href="infrastructure.html#document">Document</a></code> that are defined by this specification or any - other relevant specifications.</p></li> + <code><a href="infrastructure.html#document">Document</a></code> that are defined by this specification and + <a href="infrastructure.html#other-applicable-specifications">other applicable specifications</a>.</p></li> <li><p>If this algorithm was invoked by another instance of the "unload a document" algorithm (i.e. through the steps below that Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- common-input-element-attributes.html 11 Aug 2010 03:56:43 -0000 1.11 +++ common-input-element-attributes.html 24 Aug 2010 22:26:33 -0000 1.12 @@ -526,7 +526,7 @@ </div><h6 id="the-readonly-attribute"><span class="secno">4.10.7.2.3 </span>The <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-readonly" title="attr-input-readonly"><code>readonly</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a> that controls whether - or not the use can edit the form control. <span class="impl">When + or not the user can edit the form control. <span class="impl">When specified, the element is <i title="concept-input-immutable"><a href="the-input-element.html#concept-input-immutable">immutable</a></i>.</span></p><div class="impl"> <p><strong>Constraint validation</strong>: If the <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code> attribute is specified Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1001 retrieving revision 1.1002 diff -u -d -r1.1001 -r1.1002 --- browsers.html 11 Aug 2010 03:56:43 -0000 1.1001 +++ browsers.html 24 Aug 2010 22:26:33 -0000 1.1002 @@ -1232,8 +1232,8 @@ false.</p></li> <li><p>Run any <a href="history.html#unloading-document-cleanup-steps">unloading document cleanup steps</a> for - the <code><a href="infrastructure.html#document">Document</a></code> that are defined by this specification or - any other relevant specifications.</p></li> + the <code><a href="infrastructure.html#document">Document</a></code> that are defined by this specification + and <a href="infrastructure.html#other-applicable-specifications">other applicable specifications</a>.</p></li> <li><p>Remove any <a href="webappapis.html#concept-task" title="concept-task">tasks</a> associated with the <code><a href="infrastructure.html#document">Document</a></code> in any <a href="webappapis.html#task-source">task Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec/dnd.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- dnd.html 11 Aug 2010 03:56:43 -0000 1.14 +++ dnd.html 24 Aug 2010 22:26:33 -0000 1.15 @@ -933,7 +933,7 @@ <li>Perform <dfn id="drag-and-drop-initialization-steps">drag-and-drop initialization steps</dfn> defined - in other relevant specifications.</li> + in any <a href="infrastructure.html#other-applicable-specifications">other applicable specifications</a>.</li> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1169 retrieving revision 1.1170 diff -u -d -r1.1169 -r1.1170 --- spec.html 24 Aug 2010 20:06:37 -0000 1.1169 +++ spec.html 24 Aug 2010 22:26:33 -0000 1.1170 @@ -336,7 +336,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4255. +This is revision 1.4257. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 24 August 2010 22:26:37 UTC