[html5] r6035 - [e] (0) try to clarify the issue here
whatwg at whatwg.org
whatwg at whatwg.org
Thu Apr 28 10:42:12 PDT 2011
Author: ianh
Date: 2011-04-28 10:42:11 -0700 (Thu, 28 Apr 2011)
New Revision: 6035
Modified:
complete.html
index
source
Log:
[e] (0) try to clarify the issue here
Modified: complete.html
===================================================================
--- complete.html 2011-04-28 17:40:45 UTC (rev 6034)
+++ complete.html 2011-04-28 17:42:11 UTC (rev 6035)
@@ -2193,8 +2193,11 @@
<pre class=bad><a href="?bill&ted">Bill and Ted</a></pre>
<p>In the following fragment, however, the attribute's value is
- actually "<code title="">?art©</code>",
- <em>not</em> the intended "<code title="">?art©</code>":</p>
+ actually "<code title="">?art©</code>", <em>not</em> the
+ intended "<code title="">?art©</code>", because even
+ without the final semicolon, "<code title="">©</code>" is
+ handled the same as "<code title="">©</code>" and thus
+ gets interpreted as "<code title="">©</code>":</p>
<pre class=bad><a href="?art©">Art and Copy</a></pre>
Modified: index
===================================================================
--- index 2011-04-28 17:40:45 UTC (rev 6034)
+++ index 2011-04-28 17:42:11 UTC (rev 6035)
@@ -2213,8 +2213,11 @@
<pre class=bad><a href="?bill&ted">Bill and Ted</a></pre>
<p>In the following fragment, however, the attribute's value is
- actually "<code title="">?art©</code>",
- <em>not</em> the intended "<code title="">?art©</code>":</p>
+ actually "<code title="">?art©</code>", <em>not</em> the
+ intended "<code title="">?art©</code>", because even
+ without the final semicolon, "<code title="">©</code>" is
+ handled the same as "<code title="">©</code>" and thus
+ gets interpreted as "<code title="">©</code>":</p>
<pre class=bad><a href="?art©">Art and Copy</a></pre>
Modified: source
===================================================================
--- source 2011-04-28 17:40:45 UTC (rev 6034)
+++ source 2011-04-28 17:42:11 UTC (rev 6035)
@@ -1073,9 +1073,11 @@
<pre class="bad"><a href="?bill&ted">Bill and Ted</a></pre>
<p>In the following fragment, however, the attribute's value is
- actually "<code title="">?art©</code>",
- <em>not</em> the intended "<code
- title="">?art©</code>":</p>
+ actually "<code title="">?art©</code>", <em>not</em> the
+ intended "<code title="">?art©</code>", because even
+ without the final semicolon, "<code title="">©</code>" is
+ handled the same as "<code title="">©</code>" and thus
+ gets interpreted as "<code title="">©</code>":</p>
<pre class="bad"><a href="?art©">Art and Copy</a></pre>
More information about the Commit-Watchers
mailing list