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

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

Issue 1752103003: OUTPUT element should not match to |:disabled| selector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 d61adf0011f93eaa91bfe10d32e8330bd17ec07c..09369982e178aa22d4c7241cf4e221b4b99b3490 100644
--- a/third_party/WebKit/Source/core/html/HTMLOutputElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.h
@@ -61,6 +61,7 @@ private:
void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
const AtomicString& formControlType() const override;
+ bool isDisabledFormControl() const override;
bool isEnumeratable() const override { return true; }
bool supportLabels() const override { return true; }
bool supportsFocus() const override;

Powered by Google App Engine
This is Rietveld 408576698