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

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

Issue 2298133004: Changed the default value of tabIndex of <fieldset> and <output> to be -1 as they are non-focusable… (Closed)
Patch Set: Code review update 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/HTMLFieldSetElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
index 0786c0b79a9385ebd485a79e63822973a53d1b29..cf98635593dd55cc590e189da4c76952c96ff709 100644
--- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
@@ -53,6 +53,7 @@ private:
LayoutObject* createLayoutObject(const ComputedStyle&) override;
const AtomicString& formControlType() const override;
bool recalcWillValidate() const override { return false; }
+ short tabIndex() const final;
bool matchesValidityPseudoClasses() const final;
bool isValidElement() final;
void childrenChanged(const ChildrenChange&) override;

Powered by Google App Engine
This is Rietveld 408576698