[Webkit-unassigned] [Bug 247647] New: Sync Document.readyState with the HTML Specification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 14:50:16 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=247647

            Bug ID: 247647
           Summary: Sync Document.readyState with the HTML Specification
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

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!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221108/0a6359e5/attachment.htm>


More information about the webkit-unassigned mailing list