Skip to content

Commit

Permalink
[e] (0) Move around the 'impl' markers to put 'effective script origi…
Browse files Browse the repository at this point in the history
…n' into the author part.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8916

git-svn-id: http://svn.whatwg.org/webapps@4739 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 14, 2010
1 parent b649be6 commit b1b1823
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
12 changes: 7 additions & 5 deletions complete.html
Expand Up @@ -52620,8 +52620,6 @@ <h4 id=the-windowproxy-object><span class=secno>6.2.7 </span>The <code><a href=#



<div class=impl>

<h3 id=origin-0><span class=secno>6.3 </span>Origin</h3>
<!-- Hallowed are the Ori -->

Expand All @@ -52635,6 +52633,9 @@ <h3 id=origin-0><span class=secno>6.3 </span>Origin</h3>
secure certificate changes, the origin is considered to change as
well.</p>


<div class=impl>

<p>These characteristics are defined as follows:</p>

<dl><dt>For URLs</dt>
Expand Down Expand Up @@ -52985,9 +52986,10 @@ <h4 id=relaxing-the-same-origin-restriction><span class=secno>6.3.1 </span>Relax

<p>Returns the current domain used for security checks.</p>

<p>Can be set to a value that removes subdomains, to allow pages
on other subdomains of the same domain (if they do the same thing)
to access each other.</p>
<p>Can be set to a value that removes subdomains, to change the
<a href=#effective-script-origin>effective script origin</a> to allow pages on other
subdomains of the same domain (if they do the same thing) to
access each other.</p>

</dd>

Expand Down
12 changes: 7 additions & 5 deletions index
Expand Up @@ -52522,8 +52522,6 @@ x === this; // true</pre>



<div class=impl>

<h3 id=origin-0><span class=secno>6.3 </span>Origin</h3>
<!-- Hallowed are the Ori -->

Expand All @@ -52537,6 +52535,9 @@ x === this; // true</pre>
secure certificate changes, the origin is considered to change as
well.</p>


<div class=impl>

<p>These characteristics are defined as follows:</p>

<dl><dt>For URLs</dt>
Expand Down Expand Up @@ -52887,9 +52888,10 @@ x === this; // true</pre>

<p>Returns the current domain used for security checks.</p>

<p>Can be set to a value that removes subdomains, to allow pages
on other subdomains of the same domain (if they do the same thing)
to access each other.</p>
<p>Can be set to a value that removes subdomains, to change the
<a href=#effective-script-origin>effective script origin</a> to allow pages on other
subdomains of the same domain (if they do the same thing) to
access each other.</p>

</dd>

Expand Down
12 changes: 7 additions & 5 deletions source
Expand Up @@ -59256,8 +59256,6 @@ x === this; // true</pre>



<div class="impl">

<h3>Origin</h3>
<!-- Hallowed are the Ori -->

Expand All @@ -59271,6 +59269,9 @@ x === this; // true</pre>
secure certificate changes, the origin is considered to change as
well.</p>


<div class="impl">

<p>These characteristics are defined as follows:</p>

<dl>
Expand Down Expand Up @@ -59690,9 +59691,10 @@ x === this; // true</pre>

<p>Returns the current domain used for security checks.</p>

<p>Can be set to a value that removes subdomains, to allow pages
on other subdomains of the same domain (if they do the same thing)
to access each other.</p>
<p>Can be set to a value that removes subdomains, to change the
<span>effective script origin</span> to allow pages on other
subdomains of the same domain (if they do the same thing) to
access each other.</p>

</dd>

Expand Down

0 comments on commit b1b1823

Please sign in to comment.