- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Sep 2010 07:58:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv14264 Modified Files: Overview.html Log Message: omitting a content attribute value makes no sense (whatwg r5556) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4438 retrieving revision 1.4439 diff -u -d -r1.4438 -r1.4439 --- Overview.html 29 Sep 2010 07:56:47 -0000 1.4438 +++ Overview.html 29 Sep 2010 07:58:26 -0000 1.4439 @@ -18605,8 +18605,8 @@ (e.g. a blind photographer sharing an image on his blog).</p> <p>In such cases, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> - attribute's value may be omitted, but one of the following - conditions must be met as well:</p> + attribute may be omitted, but one of the following conditions must + be met as well:</p> <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
Received on Wednesday, 29 September 2010 07:58:35 UTC