git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Access key should work on all elements.
[WebKit-https.git]
/
Source
/
WebCore
/
html
/
HTMLAreaElement.idl
diff --git
a/Source/WebCore/html/HTMLAreaElement.idl
b/Source/WebCore/html/HTMLAreaElement.idl
index 84e771821edb9c3b0c8d1753e5a6628204336ad1..a14a4701f364f917478f6c4a8f99034d1506fadb 100644
(file)
--- a/
Source/WebCore/html/HTMLAreaElement.idl
+++ b/
Source/WebCore/html/HTMLAreaElement.idl
@@
-20,10
+20,7
@@
module html {
module html {
- interface [
- LegacyDefaultOptionalArguments,
- ] HTMLAreaElement : HTMLElement {
- attribute [Reflect] DOMString accessKey;
+ interface HTMLAreaElement : HTMLElement {
attribute [Reflect] DOMString alt;
attribute [Reflect] DOMString coords;
attribute [Reflect, URL] DOMString href;
attribute [Reflect] DOMString alt;
attribute [Reflect] DOMString coords;
attribute [Reflect, URL] DOMString href;