mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Partial fix for #12415: expose interfaces of some HTML Elements
This commit is contained in:
parent
a0c502261d
commit
9fa6d5083c
12 changed files with 2 additions and 25 deletions
|
@ -3,7 +3,6 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#htmlinputelement
|
||||
[Exposed=(Window,Worker)]
|
||||
interface HTMLInputElement : HTMLElement {
|
||||
attribute DOMString accept;
|
||||
attribute DOMString alt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue