Confirmed users
112
edits
(→Multi-process Architecture: this is due to document.domain) |
(→document.domain: add IsSearchProviderInstalled(), correct links) |
||
Line 21: | Line 21: | ||
====document.domain==== | ====document.domain==== | ||
The document.domain attribute is used to enable pages on different hosts of a domain to access each others' DOMs. Browsers restrict the values to which the document.domain property can be set, to maintain the same origin policy. [http://www. | The [http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#dom-document-domain document.domain attribute] is used to enable pages on different hosts of a domain to access each others' DOMs. Browsers restrict the values to which the document.domain property can be set, to maintain the same origin policy. | ||
====window.external.IsSearchProviderInstalled()==== | |||
The [http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-external-issearchproviderinstalled IsSearchProviderInstalled() method] uses Public Suffix. | |||
====URL Bar==== | ====URL Bar==== |