Bug 234442 - <dialog> should generate implied end tags
Summary: <dialog> should generate implied end tags
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Safari 14
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
: 170005 (view as bug list)
Depends on:
Blocks: dialog-element
  Show dependency treegraph
 
Reported: 2021-12-17 14:17 PST by Tim Nguyen (:ntim)
Modified: 2022-02-26 23:49 PST (History)
8 users (show)

See Also:


Attachments
Patch (5.78 KB, patch)
2021-12-21 03:37 PST, Tim Nguyen (:ntim)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2021-12-17 14:17:44 PST
See https://github.com/web-platform-tests/wpt/pull/32124

HTML has implied closing tags, for instance for <p>, which <dialog> should automatically close.

https://html.spec.whatwg.org/multipage/parsing.html
Comment 1 Tim Nguyen (:ntim) 2021-12-21 03:37:29 PST
Created attachment 447708 [details]
Patch
Comment 2 EWS 2021-12-21 04:40:05 PST
Committed r287309 (245461@main): <https://commits.webkit.org/245461@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 447708 [details].
Comment 3 Radar WebKit Bug Importer 2021-12-21 04:41:21 PST
<rdar://problem/86763948>
Comment 4 Tim Nguyen (:ntim) 2022-02-26 23:49:07 PST
*** Bug 170005 has been marked as a duplicate of this bug. ***