Skip to content

Commit

Permalink
[giow] (3) match reality: window.external is [Replaceable]
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25186
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8601 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 2, 2014
1 parent 0140bd1 commit d256d7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -66023,7 +66023,7 @@ <h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>

// the user agent
readonly attribute <a href=#navigator>Navigator</a> <a href=#dom-navigator title=dom-navigator>navigator</a>; <!-- IE also has window.clientInformation === window.navigator -->
readonly attribute <a href=#external>External</a> <a href=#dom-external title=dom-external>external</a>;
[Replaceable] readonly attribute <a href=#external>External</a> <a href=#dom-external title=dom-external>external</a>;
readonly attribute <a href=#applicationcache>ApplicationCache</a> <a href=#dom-applicationcache title=dom-applicationCache>applicationCache</a>;

// user prompts
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -66023,7 +66023,7 @@ END:VCARD</pre>

// the user agent
readonly attribute <a href=#navigator>Navigator</a> <a href=#dom-navigator title=dom-navigator>navigator</a>; <!-- IE also has window.clientInformation === window.navigator -->
readonly attribute <a href=#external>External</a> <a href=#dom-external title=dom-external>external</a>;
[Replaceable] readonly attribute <a href=#external>External</a> <a href=#dom-external title=dom-external>external</a>;
readonly attribute <a href=#applicationcache>ApplicationCache</a> <a href=#dom-applicationcache title=dom-applicationCache>applicationCache</a>;

// user prompts
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -73586,7 +73586,7 @@ END:VCARD</pre>

// the user agent
readonly attribute <span>Navigator</span> <span data-x="dom-navigator">navigator</span>; <!-- IE also has window.clientInformation === window.navigator -->
readonly attribute <span>External</span> <span data-x="dom-external">external</span>;
[Replaceable] readonly attribute <span>External</span> <span data-x="dom-external">external</span>;
readonly attribute <span>ApplicationCache</span> <span data-x="dom-applicationCache">applicationCache</span>;

// user prompts
Expand Down

0 comments on commit d256d7e

Please sign in to comment.