mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Only allow UA widgets as children of media elements
Do not allow pseudo-elements for replaced elements
This commit is contained in:
parent
618f528344
commit
e344203c11
6 changed files with 16 additions and 11 deletions
|
@ -4581,6 +4581,7 @@ impl DocumentMethods for Document {
|
|||
self.exit_fullscreen()
|
||||
}
|
||||
|
||||
// check-tidy: no specs after this line
|
||||
// Servo only API to get an instance of the controls of a specific
|
||||
// media element matching the given id.
|
||||
fn ServoGetMediaControls(&self, id: DOMString) -> Fallible<DomRoot<ShadowRoot>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue