RESOLVED WORKSFORME 247647
Sync Document.readyState with the HTML Specification
https://bugs.webkit.org/show_bug.cgi?id=247647
Summary Sync Document.readyState with the HTML Specification
Ahmad Saleem
Reported 2022-11-08 14:50:16 PST
Hi Team, While going through the WebDIL, I noticed that we are missing following: ''' readonly attribute DocumentReadyState readyState; ''' Web-Spec: https://html.spec.whatwg.org/#the-document-object Checked with "readyState" and we only have "enum" but not above "read-only" bit. https://github.com/WebKit/WebKit/blob/main/Source/WebCore/dom/Document.idl ___ I am just creating this bug to align with specs. Thanks!
Attachments
Radar WebKit Bug Importer
Comment 4 2022-11-15 14:51:29 PST
Karl Dubost
Comment 5 2022-11-15 15:45:57 PST
I must not have been fully awake when I posted these two comments. Sigh. It's not in https://searchfox.org/wubkat/source/Source/WebCore/dom/Document.idl#102 but I see it here https://searchfox.org/wubkat/source/Source/WebCore/dom/Document+HTML.idl#38
Karl Dubost
Comment 6 2022-11-15 15:49:42 PST
I confirmed internally, this is working as intended.
Note You need to log in before you can comment on or make changes to this bug.