- From: poot <cvsmail@w3.org>
- Date: Sat, 20 Feb 2010 12:37:44 +0900 (JST)
- To: public-html-diffs@w3.org
mike: clarify that URI attribute values are allowed to be the empty string (b=8871, thx=TobyInkster) http://www.w3.org/Bugs/Public/show_bug.cgi?id=8871 http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.171&r2=1.172&f=h =================================================================== RCS file: /sources/public/html5/markup/webapps.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- webapps.html 16 Feb 2010 10:28:20 -0000 1.3 +++ webapps.html 20 Feb 2010 03:36:57 -0000 1.4 @@ -161,7 +161,7 @@ <header class="head" id="head"><p><a class="logo" href="http://www.whatwg.org/" rel="home"><img alt="WHATWG" src="/images/logo"/></a></p> <hgroup><h1>HTML5 (including next generation additions still in development)</h1> - <h2 class="no-num no-toc">Draft Standard — 16 February 2010</h2> + <h2 class="no-num no-toc">Draft Standard — 18 February 2010</h2> </hgroup><p>You can take part in this work. <a href="http://www.whatwg.org/mailing-list">Join the working group's discussion list.</a></p> <p><strong>Web designers!</strong> We have a <a href="http://blog.whatwg.org/faq/">FAQ</a>, a <a href="http://forums.whatwg.org/">forum</a>, and a <a href="http://www.whatwg.org/mailing-list#help">help mailing list</a> for you!</p> <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>--> @@ -507,80 +507,86 @@ <li><a href="#header-and-data-cell-semantics"><span class="secno">4.9.12.2 </span>Forming relationships between data cells and header cells</a></li></ol></li> <li><a href="#examples-0"><span class="secno">4.9.13 </span>Examples</a></li></ol></li> [...2399 lines suppressed...] - <dt id="refsRFC2806">[RFC2806]</dt> - <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc2806.txt">URLs for Telephone - Calls</a></cite>, A. Vaha-Sipila. IETF.</dd> - <dt id="refsRFC3023">[RFC3023]</dt> <dd><cite><a href="http://www.ietf.org/rfc/rfc3023.txt">XML Media Types</a></cite>, M. Murata, S. St. Laurent, D. Kohn. IETF.</dd> @@ -79975,6 +80513,11 @@ <dd><cite><a href="http://www.ietf.org/rfc/rfc5322.txt">Internet Message Format</a></cite>, P. Resnick. IETF.</dd> + <dt id="refsRFC5724">[RFC5724]</dt> + <dd><cite><a href="http://www.ietf.org/rfc/rfc5724.txt">URI Scheme + for Global System for Mobile Communications (GSM) Short Message + Service (SMS)</a></cite>, E. Wilde, A. Vaha-Sipila. IETF.</dd> + <dt id="refsSCSU">[SCSU]</dt> <dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr6/">UTR #6: A Standard Compression Scheme For Unicode</a></cite>, M. Wolf, K. Whistler, Index: area.html =================================================================== RCS file: /sources/public/html5/markup/area.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- area.html 16 Feb 2010 10:28:15 -0000 1.47 +++ area.html 20 Feb 2010 03:36:57 -0000 1.48 @@ -70,7 +70,7 @@ <a href="area.html#area" class="element">area</a>.</dd> <dt><a class="attribute-name" id="area.attrs.ping" title="area.attrs.ping" href="area.html#area.attrs.ping">ping</a> = <span class="attr-values"> - <a href="datatypes.html#common.data.uris">URIs</a> + <a href="datatypes.html#common.data.uris">list of URIs</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt> <dd>A list of URLs to notify if a user follows the hyperlink for this Index: a.html =================================================================== RCS file: /sources/public/html5/markup/a.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- a.html 16 Feb 2010 10:28:15 -0000 1.51 +++ a.html 20 Feb 2010 03:36:57 -0000 1.52 @@ -99,7 +99,7 @@ <dd>The MIME type of the destination of the hyperlink.</dd> <dt><a class="attribute-name" id="a.attrs.ping" title="a.attrs.ping" href="a.html#a.attrs.ping">ping</a> = <span class="attr-values"> - <a href="datatypes.html#common.data.uris">URIs</a> + <a href="datatypes.html#common.data.uris">list of URIs</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt> <dd>A list of URLs to notify if a user follows the hyperlink.</dd> Index: datatypes.html =================================================================== RCS file: /sources/public/html5/markup/datatypes.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- datatypes.html 18 Feb 2010 21:23:58 -0000 1.36 +++ datatypes.html 20 Feb 2010 03:36:57 -0000 1.37 @@ -317,7 +317,14 @@ <div class="datatype-desc">An <dfn id="data.iri-ref" title="data.iri-ref">IRI-reference</dfn>, as defined in RFC 3987 - <a href="references.html#refsRFC3987">[RFC3987]</a>.</div> + <a href="references.html#refsRFC3987">[RFC3987]</a>. + <p class="note">The empty string is a valid + <a href="datatypes.html#data.iri-ref">IRI-reference</a>, + so the empty string is allowed as the value of any + attribute for which this document defines + <a href="datatypes.html#common.data.uri">URI</a> + as the allowed datatype.</p> + </div> <div class="example"> <p>Example:</p> @@ -326,7 +333,7 @@ </div> </div> <div id="common.data.uris" class="section"> - <h2 class="common-subhead">9.20. <dfn id="common.data.uris">URIs</dfn> <a class="hash" href="#common.data.uris">#</a></h2> + <h2 class="common-subhead">9.20. <dfn id="common.data.uris">List of URIs</dfn> <a class="hash" href="#common.data.uris">#</a></h2> <div class="content-models"> <div class="datatype-desc">A Index: style.css =================================================================== RCS file: /sources/public/html5/markup/style.css,v retrieving revision 1.106 retrieving revision 1.107 diff -u -d -r1.106 -r1.107 --- style.css 18 Feb 2010 20:39:19 -0000 1.106 +++ style.css 20 Feb 2010 03:36:57 -0000 1.107 @@ -19,14 +19,25 @@ color: purple; } .example > pre { + margin-right: 15%; background-color: #ccc; padding: 12px; - margin-left: 20px; + margin-left: 0px; + -webkit-box-shadow: 4px 4px 4px #888; + -moz-border-radius: 6px; + -moz-box-shadow: 4px 4px 4px #888; + border-radius: 6px; + box-shadow: 4px 4px 4px #888; } .example > pre.bad { background-color: #ccc; color: red; padding: 12px; + -webkit-box-shadow: 4px 4px 4px #888; + -moz-border-radius: 6px; + -moz-box-shadow: 4px 4px 4px #888; + border-radius: 6px; + box-shadow: 4px 4px 4px #888; } #elements > div > div { margin-left: 20px; Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.171 retrieving revision 1.172 diff -u -d -r1.171 -r1.172 --- spec.html 18 Feb 2010 21:23:58 -0000 1.171 +++ spec.html 20 Feb 2010 03:36:57 -0000 1.172 @@ -2639,7 +2639,7 @@ <dt> <a class="attribute-name" id="a.attrs.ping" title="a.attrs.ping" href="#a.attrs.ping">ping</a> = <span class="attr-values"> - <a href="#common.data.uris">URIs</a> + <a href="#common.data.uris">list of URIs</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </dt> <dd>A list of URLs to notify if a user follows the @@ -2996,7 +2996,7 @@ <dt> <a class="attribute-name" id="area.attrs.ping" title="area.attrs.ping" href="#area.attrs.ping">ping</a> = <span class="attr-values"> - <a href="#common.data.uris">URIs</a> + <a href="#common.data.uris">list of URIs</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </dt> <dd>A list of URLs to notify if a user follows the hyperlink @@ -18885,7 +18885,14 @@ <div class="datatype-desc">An <dfn id="data.iri-ref" title="data.iri-ref">IRI-reference</dfn>, as defined in RFC 3987 - <a href="#refsRFC3987">[RFC3987]</a>.</div> + <a href="#refsRFC3987">[RFC3987]</a>. + <p class="note">The empty string is a valid + <a href="#data.iri-ref">IRI-reference</a>, + so the empty string is allowed as the value of any + attribute for which this document defines + <a href="#common.data.uri">URI</a> + as the allowed datatype.</p> + </div> <div class="example"> <p>Example:</p> @@ -18894,7 +18901,7 @@ </div> </div> <div id="common.data.uris" class="section"> - <h2 class="common-subhead">9.20. <dfn id="common.data.uris">URIs</dfn> <a class="hash" href="#common.data.uris">#</a> + <h2 class="common-subhead">9.20. <dfn id="common.data.uris">List of URIs</dfn> <a class="hash" href="#common.data.uris">#</a> </h2> <div class="content-models">
Received on Saturday, 20 February 2010 03:38:16 UTC