[html5] r7889 - [e] (0) More text cleanup to make this clearer. Fixing https://www.w3.org/Bugs/P [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 3 16:27:50 PDT 2013
Author: ianh
Date: 2013-06-03 16:27:49 -0700 (Mon, 03 Jun 2013)
New Revision: 7889
Modified:
complete.html
index
source
Log:
[e] (0) More text cleanup to make this clearer.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20922
Affected topics: Security
Modified: complete.html
===================================================================
--- complete.html 2013-06-03 23:22:49 UTC (rev 7888)
+++ complete.html 2013-06-03 23:27:49 UTC (rev 7889)
@@ -65830,7 +65830,7 @@
<p>The <dfn id=dom-document-domain title=dom-document-domain><code>domain</code></dfn> attribute on
<code><a href=#document>Document</a></code> objects must be initialized to <a href="#the-document's-domain">the document's domain</a>, if it has
- one, and the empty string otherwise. If the value starts with a U+005B LEFT SQUARE BRACKET
+ one, and the empty string otherwise. If <a href="#the-document's-domain">the document's domain</a> starts with a U+005B LEFT SQUARE BRACKET
character ([) and ends with a U+005D RIGHT SQUARE BRACKET character (]), it is an IPv6 address;
these square brackets must be omitted when initializing the attribute's value.</p>
Modified: index
===================================================================
--- index 2013-06-03 23:22:49 UTC (rev 7888)
+++ index 2013-06-03 23:27:49 UTC (rev 7889)
@@ -65830,7 +65830,7 @@
<p>The <dfn id=dom-document-domain title=dom-document-domain><code>domain</code></dfn> attribute on
<code><a href=#document>Document</a></code> objects must be initialized to <a href="#the-document's-domain">the document's domain</a>, if it has
- one, and the empty string otherwise. If the value starts with a U+005B LEFT SQUARE BRACKET
+ one, and the empty string otherwise. If <a href="#the-document's-domain">the document's domain</a> starts with a U+005B LEFT SQUARE BRACKET
character ([) and ends with a U+005D RIGHT SQUARE BRACKET character (]), it is an IPv6 address;
these square brackets must be omitted when initializing the attribute's value.</p>
Modified: source
===================================================================
--- source 2013-06-03 23:22:49 UTC (rev 7888)
+++ source 2013-06-03 23:27:49 UTC (rev 7889)
@@ -73446,7 +73446,7 @@
<p>The <dfn title="dom-document-domain"><code>domain</code></dfn> attribute on
<code>Document</code> objects must be initialized to <span>the document's domain</span>, if it has
- one, and the empty string otherwise. If the value starts with a U+005B LEFT SQUARE BRACKET
+ one, and the empty string otherwise. If <span>the document's domain</span> starts with a U+005B LEFT SQUARE BRACKET
character ([) and ends with a U+005D RIGHT SQUARE BRACKET character (]), it is an IPv6 address;
these square brackets must be omitted when initializing the attribute's value.</p>
More information about the Commit-Watchers
mailing list