Skip to content

Commit

Permalink
[e] (0) resolve a conflicting requirement
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7718

git-svn-id: http://svn.whatwg.org/webapps@4046 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent 6043f76 commit 493e20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions index
Expand Up @@ -49426,8 +49426,7 @@ interface <dfn id=window>Window</dfn> {

<dt>If a <code>Document</code> or image was obtained in some
other manner (e.g. a <code title="">data:</code> URL typed in by
the user, a <code>Document</code> created using the <code title="">createDocument()</code> API, a <code title="">data:</code> URL returned as the location of an HTTP
redirect, etc)</dt>
the user, a <code>Document</code> created using the <code title="">createDocument()</code> API, etc)</dt>

<dd>The <a href=#origin>origin</a> is a globally unique identifier
assigned when the <code>Document</code> or image is created.</dd>
Expand Down
4 changes: 1 addition & 3 deletions source
Expand Up @@ -55785,9 +55785,7 @@ interface <dfn>Window</dfn> {
<dt>If a <code>Document</code> or image was obtained in some
other manner (e.g. a <code title="">data:</code> URL typed in by
the user, a <code>Document</code> created using the <code
title="">createDocument()</code> API, a <code
title="">data:</code> URL returned as the location of an HTTP
redirect, etc)</dt>
title="">createDocument()</code> API, etc)</dt>

<dd>The <span>origin</span> is a globally unique identifier
assigned when the <code>Document</code> or image is created.</dd>
Expand Down

0 comments on commit 493e20a

Please sign in to comment.