-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
<audio> should be treat as replaced_content when exposing user_agents. #40693
Copy link
Copy link
Closed
Labels
B-feature-trackingThis issue tracks a particular high-level featureThis issue tracks a particular high-level featureC-untriagedNew issues that haven't been triaged yetNew issues that haven't been triaged yet
Description
As per the spec
The audio element, when it is exposing a user interface, is expected to be treated as a replaced element about one line high, as wide as is necessary to expose the user agent's user interface features.
Currently, we treat <audio> as a Block in Flow formatting Context.
With the below test case,
<audio src="">
hello world</audio>
the hello world would be shown, while the expected behaviour is not.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
B-feature-trackingThis issue tracks a particular high-level featureThis issue tracks a particular high-level featureC-untriagedNew issues that haven't been triaged yetNew issues that haven't been triaged yet