- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 21:28:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv18133
Modified Files:
Overview.html embedded-content-1.html spec.html
Log Message:
Forgot to remove one of the cases that used the outline algorithm with no-alt imgs. (whatwg r5038)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.886
retrieving revision 1.887
diff -u -d -r1.886 -r1.887
--- Overview.html 13 Apr 2010 10:07:21 -0000 1.886
+++ Overview.html 13 Apr 2010 21:28:20 -0000 1.887
@@ -305,7 +305,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.4052.
+This is revision 1.4053.
</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
Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- embedded-content-1.html 13 Apr 2010 08:37:22 -0000 1.37
+++ embedded-content-1.html 13 Apr 2010 21:28:20 -0000 1.38
@@ -1035,8 +1035,8 @@
attribute's value may be omitted, but one of the following
conditions must be met as well:</p>
- <ul><!-- when editing this list, don't forget to update the "Guidance
- for conformance checkers" section below --><li>The <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute is
+ <ul><!-- when editing this list, search for the two other occurrences
+ of 'critical-no-alt' --><li>The <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute is
present and has a non-empty value.</li>
<li>The <code><a href="#the-img-element">img</a></code> element is in a <code><a href="grouping-content.html#the-figure-element">figure</a></code>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.894
retrieving revision 1.895
diff -u -d -r1.894 -r1.895
--- spec.html 13 Apr 2010 10:07:21 -0000 1.894
+++ spec.html 13 Apr 2010 21:28:20 -0000 1.895
@@ -303,7 +303,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.4052.
+This is revision 1.4053.
</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
@@ -10414,8 +10414,8 @@
attribute's value may be omitted, but one of the following
conditions must be met as well:</p>
- <ul><!-- when editing this list, don't forget to update the "Guidance
- for conformance checkers" section below --><li>The <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute is
+ <ul><!-- when editing this list, search for the two other occurrences
+ of 'critical-no-alt' --><li>The <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute is
present and has a non-empty value.</li>
<li>The <code><a href=#the-img-element>img</a></code> element is in a <code><a href=#the-figure-element>figure</a></code>
Received on Tuesday, 13 April 2010 21:28:26 UTC