You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML parser: allow <hr> to be used inside <select> as a separator
https://bugs.webkit.org/show_bug.cgi?id=80686
rdar://107656886
Reviewed by Ryosuke Niwa.
Revive support in the HTML parser for <hr>-in-<select>, thereby making an existing UI feature much more accessible to web developers.
This reflects a recent change in the HTML Standard: whatwg/html#9124.
* LayoutTests/html5lib/resources/webkit02.dat:
These are being upstreamed via html5lib/html5lib-tests#167 and will then be incorporated into web-platform-tests.
* Source/WebCore/html/parser/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::processStartTag):
Canonical link: https://commits.webkit.org/263624@main
0 commit comments