Public Suffix List/Uses: Difference between revisions

→‎document.domain: add IsSearchProviderInstalled(), correct links
(→‎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.w3.org/TR/html5/browsers.html#dom-document-domain See the HTML5 spec for the algorithm].  
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====
Confirmed users
112

edits