RESOLVED FIXED Bug 58129
<html> element should not have 'manifest' IDL attribute
https://bugs.webkit.org/show_bug.cgi?id=58129
Summary <html> element should not have 'manifest' IDL attribute
Simon Pieters (:zcorpan)
Reported 2011-04-08 03:05:33 PDT
Testcase: javascript:alert('manifest' in document.documentElement ? 'FAIL' : 'PASS') The spec intentionally omits the 'manifest' IDL attribute on <html> because "Changing the attribute dynamically thus has no effect (and thus, no DOM API is provided for this attribute)." http://www.whatwg.org/specs/web-apps/current-work/complete/semantics.html#htmlhtmlelement
Attachments
Alexey Proskuryakov
Comment 1 2011-04-08 11:44:05 PDT
Presumably the spec used to have it...
Ahmad Saleem
Comment 2 2022-08-02 03:46:06 PDT
I changed the test case from Comment 0 into JSFiddle: Link - https://jsfiddle.net/p9m47wy8/show It is reproducible and still showing "FAIL" in Safari 15.6 on macOS 12.5 while all other browsers (Chrome Canary 106 and Firefox Nightly 105) show "PASS". Just wanted to share updated testing results. Thanks!
Ryosuke Niwa
Comment 3 2022-08-02 10:03:11 PDT
EWS
Comment 4 2022-08-02 14:05:58 PDT
Committed 253053@main (332debf04f06): <https://commits.webkit.org/253053@main> Reviewed commits have been landed. Closing PR #2951 and removing active labels.
Radar WebKit Bug Importer
Comment 5 2022-08-02 14:06:18 PDT
Note You need to log in before you can comment on or make changes to this bug.