| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index f2ae08fd7b756d579f3a992b9989d6ea9bf2d5fd..cb325358519fc010d1717ee0005008698869752f 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -121,9 +121,6 @@
|
| [MeasureAs=ElementScrollIntoViewIfNeeded] void scrollIntoViewIfNeeded(optional boolean centerIfNeeded);
|
| [RaisesException, ImplementedAs=matches, MeasureAs=ElementPrefixedMatchesSelector] boolean webkitMatchesSelector(DOMString selectors);
|
|
|
| - // Experimental isTapStop API
|
| - [RuntimeEnabled=TabStopAttribute, MeasureAs=TabStopProperty] attribute boolean tabStop;
|
| -
|
| // Experimental accessibility API
|
| [RuntimeEnabled=ComputedAccessibilityInfo] readonly attribute DOMString? computedRole;
|
| [RuntimeEnabled=ComputedAccessibilityInfo] readonly attribute DOMString? computedName;
|
|
|