Bug 244525

Summary: processStartTag "in template" is missing some tag names
Product: WebKit Reporter: Cameron McCormack (:heycam) <heycam>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Cameron McCormack (:heycam)
Reported 2022-08-29 19:02:48 PDT
The HTML spec mentions base, basefont, bgsound, and some other tag names in the "in template" insertion mode case for processing a start tag. Adding these wouldn't be a behavior change, since we end up handling them the same anyway with the existing processStartTagForInBody call, but it'd be good to make this more closely match the spec.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-09-05 19:03:15 PDT
Note You need to log in before you can comment on or make changes to this bug.