- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Feb 2010 14:37:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv1200
Modified Files:
hr.html patch-schema spec.html webapps.html
Log Message:
added "The color attribute on the hr element is obsolete. Use CSS instead" to <hr> "Additional constraints and admonitions"
Index: webapps.html
===================================================================
RCS file: /sources/public/html5/markup/webapps.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- webapps.html 25 Feb 2010 10:30:20 -0000 1.6
+++ webapps.html 25 Feb 2010 14:37:46 -0000 1.7
@@ -29919,10 +29919,9 @@
<li>
- <p>If there exists a <a href="#concept-row" title="concept-row">row</a> or <a href="#concept-column" title="concept-column">column</a> in the <a href="#concept-table" title="concept-table">table</a> <var title="">the table</var>
- containing only <a href="#concept-slots" title="concept-slots">slots</a> that do
- not have a <a href="#concept-cell" title="concept-cell">cell</a> anchored to
- them, then this is a <a href="#table-model-error">table model error</a>.</p>
+ <p>If there exists a <a href="#concept-row" title="concept-row">row</a> or <a href="#concept-column" title="concept-column">column</a> in <var title="">the
+ table</var> containing only <a href="#concept-slots" title="concept-slots">slots</a> that do not have a <a href="#concept-cell" title="concept-cell">cell</a> anchored to them, then this is a
+ <a href="#table-model-error">table model error</a>.</p>
</li>
@@ -81595,6 +81594,7 @@
Neil Rashbrook,
Neil Soiffer,
Nicholas Shanks,
+ Nicholas Stimpson,
Nicolas Gallagher,
Noah Mendelsohn,
Noah Slater,
Index: hr.html
===================================================================
RCS file: /sources/public/html5/markup/hr.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- hr.html 16 Feb 2010 10:28:17 -0000 1.38
+++ hr.html 25 Feb 2010 14:37:46 -0000 1.39
@@ -46,6 +46,9 @@
</span></li><li><span>
The <span class="attribute">size</span> attribute on the <span class="element">hr</span> element is obsolete.
<a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes">Use CSS instead</a>.
+ </span></li><li><span>
+ The <span class="attribute">color</span> attribute on the <span class="element">hr</span> element is obsolete.
+ <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes">Use CSS instead</a>.
</span></li>
</ul>
</div>
Index: patch-schema
===================================================================
RCS file: /sources/public/html5/markup/patch-schema,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- patch-schema 25 Feb 2010 10:30:20 -0000 1.86
+++ patch-schema 25 Feb 2010 14:37:46 -0000 1.87
@@ -416,7 +416,7 @@
- # src not included
- media.attrs =
- ( media.attrs.autoplay?
-- & media.attrs.autobuffer?
+- & media.attrs.preload?
- & media.attrs.controls?
- & media.attrs.loop?
- )
@@ -424,9 +424,9 @@
- attribute autoplay {
- w:string "autoplay" | w:string ""
- }
-- media.attrs.autobuffer =
-- attribute autobuffer {
-- w:string "autobuffer" | w:string ""
+- media.attrs.preload =
+- attribute preload {
+- w:string "preload" | w:string ""
- }
- media.attrs.controls =
- attribute controls {
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -d -r1.176 -r1.177
--- spec.html 25 Feb 2010 10:30:20 -0000 1.176
+++ spec.html 25 Feb 2010 14:37:46 -0000 1.177
@@ -7333,6 +7333,10 @@
The <span class="attribute">size</span> attribute on the <span class="element">hr</span> element is obsolete.
<a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes">Use CSS instead</a>.
</span></li>
+<li><span>
+ The <span class="attribute">color</span> attribute on the <span class="element">hr</span> element is obsolete.
+ <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes">Use CSS instead</a>.
+ </span></li>
</ul>
</div>
<div class="no-number no-toc tag-omission" id="hr-tags">
Received on Thursday, 25 February 2010 14:38:21 UTC