[Webkit-unassigned] [Bug 276590] New: Make`form` (HTMLFormElement) nullable across HTML Interfaces consistently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 14 07:19:09 PDT 2024


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

            Bug ID: 276590
           Summary: Make`form` (HTMLFormElement) nullable across HTML
                    Interfaces consistently
           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
                CC: annevk at annevk.nl, rniwa at webkit.org

Hi Team,

While looking into `form` in IDL files used, it is not nullable across all.

> (HTMLTextAreaElement) https://searchfox.org/wubkat/rev/4a199452e4f0918a290880f0698d151dee0b3009/Source/WebCore/html/HTMLTextAreaElement.idl#29

Spec - https://html.spec.whatwg.org/multipage/form-elements.html#htmltextareaelement

> (HTMLOptionElement) https://searchfox.org/wubkat/rev/4a199452e4f0918a290880f0698d151dee0b3009/Source/WebCore/html/HTMLOptionElement.idl#28

Spec - https://html.spec.whatwg.org/multipage/form-elements.html#htmloptionelement

> (HTMLObjectElement) https://searchfox.org/wubkat/rev/4a199452e4f0918a290880f0698d151dee0b3009/Source/WebCore/html/HTMLObjectElement.idl#25

Spec - https://html.spec.whatwg.org/multipage/iframe-embed-object.html#htmlobjectelement

> (HTMLLegendElement) [HTMLLegendElement.idl](https://searchfox.org/wubkat/rev/4a199452e4f0918a290880f0698d151dee0b3009/Source/WebCore/html/HTMLLegendElement.idl#24)

Spec - https://html.spec.whatwg.org/multipage/form-elements.html#htmllegendelement

> (HTMLLabelElement) https://searchfox.org/wubkat/rev/4a199452e4f0918a290880f0698d151dee0b3009/Source/WebCore/html/HTMLLabelElement.idl#24

Spec - https://html.spec.whatwg.org/multipage/forms.html#htmllabelelement

> (HTMLInputElement) - https://searchfox.org/wubkat/rev/4a199452e4f0918a290880f0698d151dee0b3009/Source/WebCore/html/HTMLInputElement.idl#34

Spec - https://html.spec.whatwg.org/multipage/input.html#htmlinputelement

> (HTMLFieldsetElement) https://searchfox.org/wubkat/rev/4a199452e4f0918a290880f0698d151dee0b3009/Source/WebCore/html/HTMLFieldSetElement.idl#24

Spec - https://html.spec.whatwg.org/multipage/form-elements.html#htmlfieldsetelement

> (HTMLButtonElement) https://searchfox.org/wubkat/rev/4a199452e4f0918a290880f0698d151dee0b3009/Source/WebCore/html/HTMLInputElement.idl#34

Spec - https://html.spec.whatwg.org/multipage/form-elements.html#htmlbuttonelement

___

Just wanted to raise so we can track and fix it.

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/20240714/97d2de9c/attachment-0001.htm>


More information about the webkit-unassigned mailing list