Hi everyone,

*Summary*: I'm planning to move the cookie attribute from HTMLDocument to
Document to bring our implementation of this attribute on par with the HTML
spec.
*Bug*: https://bugzilla.mozilla.org/show_bug.cgi?id=144795
*Link to standard*:
https://html.spec.whatwg.org/multipage/dom.html#the-document-object
*Platform coverage*: all platforms.
*Estimated or target release*: Firefox 68.
*Preference behind which this will be implemented*: No preference.
*Is this feature enabled by default in sandboxed iframes?* The attribute is
available to all frames, abiding by the existing sandbox restrictions
guarding the visibility of cookies.
*DevTools bug*: No specific devtools support needed.
*Do other browser engines implement this?* Yes, both Blink and WebKit
support Document.cookie since a long time ago.  In fact this is motivated
by eliminating a wpt test failure that only fails in Firefox.

*web-platform-tests*: This fix makes us pass the existing wpt tests that
test for the availability of the cookie attribute on various non-HTML
documents.

*Is this feature restricted to secure contexts?* No.  This is motivated by
improving our web compatibility story, so we'd like to make this attribute
available where other web engines already make it available.

Thanks,
-- 
Ehsan
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to