- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Sep 2012 12:09:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences In directory hutz:/tmp/cvs-serv14479 Modified Files: Overview.html Overview.src.html Log Message: move IRIs to changed attributes Index: Overview.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.182 retrieving revision 1.183 diff -u -d -r1.182 -r1.183 --- Overview.html 14 Sep 2012 11:58:15 -0000 1.182 +++ Overview.html 14 Sep 2012 12:09:44 -0000 1.183 @@ -372,9 +372,6 @@ <p>There are a few other syntax changes worthy of mentioning:</p> <ul> - <li>HTML now has native support for IRIs, though they can only be fully - used if the document encoding is UTF-8 or UTF-16.</li> - <li>The <code>&lang;</code> and <code>&rang;</code> named character references now expand to U+27E8 and U+27E9 instead of U+2329 and U+232A, respectively. @@ -1586,6 +1583,9 @@ <li><p>The <code class="external" title="attr-base-href"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-base-href">href</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-base-element">base</a></code> is now allowed to contain a relative URL. + + <li><p>All attributes that take URLs, e.g. <code class="external" title="attr-hyperlink-href"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-href">href</a></code> on the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element">a</a></code> element, now support IRIs if the document's + encoding is UTF-8 or UTF-16. <li><p>The <code class="external" title="attr-meta-http-equiv"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-meta-http-equiv">http-equiv</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-meta-element">meta</a></code> is no longer said to be used by HTTP servers to create HTTP headers in the HTTP response. Instead, it is said Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.195 retrieving revision 1.196 diff -u -d -r1.195 -r1.196 --- Overview.src.html 14 Sep 2012 11:58:15 -0000 1.195 +++ Overview.src.html 14 Sep 2012 12:09:44 -0000 1.196 @@ -327,9 +327,6 @@ <p>There are a few other syntax changes worthy of mentioning:</p> <ul> - <li>HTML now has native support for IRIs, though they can only be fully - used if the document encoding is UTF-8 or UTF-16.</li> - <li>The <code>&lang;</code> and <code>&rang;</code> named character references now expand to U+27E8 and U+27E9 instead of U+2329 and U+232A, respectively. @@ -1565,6 +1562,11 @@ <li><p>The <code data-anolis-spec=html title=attr-base-href>href</code> attribute on <code data-anolis-spec=html>base</code> is now allowed to contain a relative URL. + + <li><p>All attributes that take URLs, e.g. <code data-anolis-spec=html + title=attr-hyperlink-href>href</code> on the <code + data-anolis-spec=html>a</code> element, now support IRIs if the document's + encoding is UTF-8 or UTF-16. <li><p>The <code data-anolis-spec=html title=attr-meta-http-equiv>http-equiv</code> attribute on <code
Received on Friday, 14 September 2012 12:09:47 UTC