Skip to content

Commit

Permalink
[e] (0) More text cleanup to make this clearer.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20922
Affected topics: Security

git-svn-id: http://svn.whatwg.org/webapps@7889 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 3, 2013
1 parent 0270a59 commit 447b0bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -65830,7 +65830,7 @@ <h4 id=relaxing-the-same-origin-restriction><span class=secno>6.3.1 </span>Relax

<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>

Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -65830,7 +65830,7 @@ x === this; // true</pre>

<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>

Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -73446,7 +73446,7 @@ x === this; // true</pre>

<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>

Expand Down

0 comments on commit 447b0bd

Please sign in to comment.