mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement the target attribute for HTMLAreaElement
This commit is contained in:
parent
71ba247942
commit
90b5d0d338
3 changed files with 8 additions and 14 deletions
|
@ -11,8 +11,8 @@ interface HTMLAreaElement : HTMLElement {
|
|||
// attribute DOMString coords;
|
||||
// [CEReactions]
|
||||
// attribute DOMString shape;
|
||||
// [CEReactions]
|
||||
// attribute DOMString target;
|
||||
[CEReactions]
|
||||
attribute DOMString target;
|
||||
// [CEReactions]
|
||||
// attribute DOMString download;
|
||||
// [CEReactions]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue