Skip to content

Commit

Permalink
[e] (0) pubrules fixes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3672 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 25, 2009
1 parent 7c71fd3 commit e9d244a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -47475,8 +47475,9 @@ interface <dfn id=window>Window</dfn> {
object of the <code><a href=#window>Window</a></code> object from which the
<code>XMLHttpRequest</code> constructor was invoked. (That is,
they track the <code>Document</code> to which the
<code>XMLHttpRequest</code> object's <a href=http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overview.html#document-pointer><code>Document</code>
<code>XMLHttpRequest</code> object's <a href=http://www.w3.org/TR/2008/WD-XMLHttpRequest2-20080930/#document-pointer><code>Document</code>
pointer</a> pointed when it was created.) <a href=#refsXHR>[XHR]</a></dd>
<!-- XXX xref is broken: http://www.w3.org/TR/2008/WD-XMLHttpRequest2-20080930/#document-pointer -->


<dt>If a <code>Document</code> or image was generated from a
Expand Down
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -53686,9 +53686,10 @@ interface <dfn>Window</dfn> {
<code>XMLHttpRequest</code> constructor was invoked. (That is,
they track the <code>Document</code> to which the
<code>XMLHttpRequest</code> object's <a
href="http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overview.html#document-pointer"><code>Document</code>
href="http://www.w3.org/TR/2008/WD-XMLHttpRequest2-20080930/#document-pointer"><code>Document</code>
pointer</a> pointed when it was created.) <a
href="#refsXHR">[XHR]</a></dd>
<!-- XXX xref is broken: http://www.w3.org/TR/2008/WD-XMLHttpRequest2-20080930/#document-pointer -->


<dt>If a <code>Document</code> or image was generated from a
Expand Down

0 comments on commit e9d244a

Please sign in to comment.