- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Aug 2008 20:54:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv15916 Modified Files: Overview.html Log Message: more typos and such errors (credit: lh) (whatwg r1990) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1181 retrieving revision 1.1182 diff -u -d -r1.1181 -r1.1182 --- Overview.html 4 Aug 2008 20:42:35 -0000 1.1181 +++ Overview.html 4 Aug 2008 20:54:35 -0000 1.1182 @@ -15784,10 +15784,10 @@ <p>If the image is not available or if the user agent is not configured to display the image, then the user agent should display some sort of - indicator that the image is not being rendered, if possible providing to - the user the information regarding the kind of image that is (as derived - from the <code title=attr-img-alt><a href="#alt0">alt</a></code> - attribute).</p> + indicator that the image is not being rendered, and, if possible, + provide to the user the information regarding the kind of image that is + (as derived from the <code title=attr-img-alt><a + href="#alt0">alt</a></code> attribute).</p> <dt>If the <code title=attr-img-src><a href="#src">src</a></code> attribute is set and the <code title=attr-img-alt><a @@ -15825,24 +15825,6 @@ <dt>If the <code title=attr-img-src><a href="#src">src</a></code> attribute is not set and the <code title=attr-img-alt><a - href="#alt0">alt</a></code> attribute is set to the empty string - - <dd> - <p>The element represents nothing.</p> - - <dt>If the <code title=attr-img-src><a href="#src">src</a></code> - attribute is not set and the <code title=attr-img-alt><a - href="#alt0">alt</a></code> attribute is set to a string with at least - one character whose first character is not a U+007B LEFT CURLY BRACKET - character ({) or whose last character is not a U+007D RIGHT CURLY BRACKET - character (}) - - <dd> - <p>The element represents the text given by the <code - title=attr-img-alt><a href="#alt0">alt</a></code> attribute.</p> - - <dt>If the <code title=attr-img-src><a href="#src">src</a></code> - attribute is not set and the <code title=attr-img-alt><a href="#alt0">alt</a></code> attribute is set to a string whose first character is a U+007B LEFT CURLY BRACKET character ({) and whose last character is a U+007D RIGHT CURLY BRACKET character (}) @@ -15853,12 +15835,20 @@ image that it would be (as derived from the <code title=attr-img-alt><a href="#alt0">alt</a></code> attribute).</p> - <dt>If neither the <code title=attr-img-src><a href="#src">src</a></code> - attribute nor the <code title=attr-img-alt><a href="#alt0">alt</a></code> - attribute are set + <dt>If the <code title=attr-img-src><a href="#src">src</a></code> + attribute is not set and either the <code title=attr-img-alt><a + href="#alt0">alt</a></code> attribute is set to the empty string or the + <code title=attr-img-alt><a href="#alt0">alt</a></code> attribute is not + set at all <dd> <p>The element represents nothing.</p> + + <dt>Otherwise + + <dd> + <p>The element represents the text given by the <code + title=attr-img-alt><a href="#alt0">alt</a></code> attribute.</p> </dl> <p>The <code title=attr-img-alt><a href="#alt0">alt</a></code> attribute
Received on Monday, 4 August 2008 20:55:13 UTC