[html5] r8601 - [giow] (3) match reality: window.external is [Replaceable] Fixing https://www.w3 [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri May 2 16:20:32 PDT 2014
Author: ianh
Date: 2014-05-02 16:20:28 -0700 (Fri, 02 May 2014)
New Revision: 8601
Modified:
complete.html
index
source
Log:
[giow] (3) match reality: window.external is [Replaceable]
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25186
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2014-05-02 23:17:50 UTC (rev 8600)
+++ complete.html 2014-05-02 23:20:28 UTC (rev 8601)
@@ -66023,7 +66023,7 @@
// 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
Modified: index
===================================================================
--- index 2014-05-02 23:17:50 UTC (rev 8600)
+++ index 2014-05-02 23:20:28 UTC (rev 8601)
@@ -66023,7 +66023,7 @@
// 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
Modified: source
===================================================================
--- source 2014-05-02 23:17:50 UTC (rev 8600)
+++ source 2014-05-02 23:20:28 UTC (rev 8601)
@@ -73586,7 +73586,7 @@
// 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
More information about the Commit-Watchers
mailing list