Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(892)

Unified Diff: Source/core/html/HTMLElement.h

Issue 166163005: [SVG2] Add tabindex handling in svg. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/HTMLAreaElement.cpp ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLElement.h
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
index 7dbe460d2f93808d7d8e297a8f2201d47697b9dc..90e1ecd7295c6fa7afd85482bfe948ae938f1b27 100644
--- a/Source/core/html/HTMLElement.h
+++ b/Source/core/html/HTMLElement.h
@@ -43,15 +43,12 @@ public:
static PassRefPtr<HTMLElement> create(const QualifiedName& tagName, Document&);
virtual String title() const OVERRIDE FINAL;
-
virtual short tabIndex() const OVERRIDE;
- void setTabIndex(int);
void setInnerText(const String&, ExceptionState&);
void setOuterText(const String&, ExceptionState&);
virtual bool hasCustomFocusLogic() const;
- virtual bool supportsFocus() const OVERRIDE;
String contentEditable() const;
void setContentEditable(const String&, ExceptionState&);
@@ -126,7 +123,6 @@ private:
TranslateAttributeMode translateAttributeMode() const;
void handleKeypressEvent(KeyboardEvent*);
- bool supportsSpatialNavigationFocus() const;
};
DEFINE_ELEMENT_TYPE_CASTS(HTMLElement, isHTMLElement());
« no previous file with comments | « Source/core/html/HTMLAreaElement.cpp ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698