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

Unified Diff: third_party/WebKit/Source/core/html/HTMLOutputElement.h

Issue 2298133004: Changed the default value of tabIndex of <fieldset> and <output> to be -1 as they are non-focusable… (Closed)
Patch Set: Added a layout test Created 4 years, 3 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
Index: third_party/WebKit/Source/core/html/HTMLOutputElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.h b/third_party/WebKit/Source/core/html/HTMLOutputElement.h
index 48a069c1c9105f3db70849772249e5d1d47ff19e..b46abf93eb5454914abdb1033ed3c82e5bdda46d 100644
--- a/third_party/WebKit/Source/core/html/HTMLOutputElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.h
@@ -74,6 +74,8 @@ private:
bool m_isDefaultValueMode;
String m_defaultValue;
Member<DOMTokenList> m_tokens;
+
+ short tabIndex() const final;
tkent 2016/09/01 23:27:24 Please move it to the private override block above
lunalu1 2016/09/02 01:07:39 Done.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698