mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement HTMLPictureElement interface.
This commit is contained in:
parent
faa969a91d
commit
d47ce855ce
11 changed files with 51 additions and 31 deletions
7
components/script/dom/webidls/HTMLPictureElement.webidl
Normal file
7
components/script/dom/webidls/HTMLPictureElement.webidl
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#htmlpictureelement
|
||||
[HTMLConstructor]
|
||||
interface HTMLPictureElement : HTMLElement {};
|
Loading…
Add table
Add a link
Reference in a new issue