[Webkit-unassigned] [Bug 256484] New: Sync 'HTMLFrameSetElement.idl' for 'onerror' to be OnErrorEventHandler and other bit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 8 13:04:58 PDT 2023


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

            Bug ID: 256484
           Summary: Sync 'HTMLFrameSetElement.idl' for 'onerror' to be
                    OnErrorEventHandler and other bit
           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, cdumez at apple.com, rniwa at webkit.org

Hi Team,

Web-Spec: https://html.spec.whatwg.org/C/#htmlframesetelement

During reviewing, HTMLFrameSetElement.idl file, I noticed following:

1) We are missing constructor:

  [HTMLConstructor] constructor();

2) 'onerror' is using EventHandler, while it should be "OnErrorEventHandler":

https://searchfox.org/wubkat/source/Source/WebCore/html/HTMLFrameSetElement.idl#28

____

This might be resulting us failing following WPT Tests: https://wpt.fyi/results/html/webappapis/scripting/events/event-handler-processing-algorithm-error/frameset-element-synthetic-errorevent.html?label=master&label=experimental&aligned&q=frameset

Live Link - http://wpt.live/html/webappapis/scripting/events/event-handler-processing-algorithm-error/frameset-element-synthetic-errorevent.html

Just wanted to raise so we can fix this.

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/20230508/111875b7/attachment-0001.htm>


More information about the webkit-unassigned mailing list