Implement HTMLPictureElement interface.

This commit is contained in:
Rakhi Sharma 2018-01-04 11:46:03 +00:00 committed by Josh Matthews
parent faa969a91d
commit d47ce855ce
11 changed files with 51 additions and 31 deletions

View 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 {};