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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2000423006: Drop LABEL element from form-associated elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 85b58c487219642044c810f891ec09c769ee2dec..34a8e1e28b4dabbec221e3b48f76d44862b4cb0e 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -802,8 +802,6 @@ public:
ExternalIsSearchProviderInstalled = 982,
V8Permissions_RequestAll_Method = 983,
BluetoothDeviceInstanceId = 984,
- HTMLLabelElementFormIDLAttribute = 985,
- HTMLLabelElementFormContentAttribute = 986,
DeviceOrientationAbsoluteInsecureOrigin = 987,
DeviceOrientationAbsoluteSecureOrigin = 988,
FontFaceConstructor = 989,
@@ -1073,8 +1071,6 @@ public:
DocumentAllLegacyCallIndexed = 1258,
DocumentAllLegacyCallIndexedWithNonNumber = 1259,
DocumentAllLegacyCallTwoArguments = 1260,
- HTMLLabelElementFormIsDifferentFromControlForm = 1261,
- HTMLLabelElementHasNoControlAndFormIsAncestor = 1262,
HTMLLabelElementControlForNonFormAssociatedElement = 1263,
PatternAttributeUnicodeFlagIsIncompatible = 1264,
HTMLMediaElementLoadNetworkEmptyNotPaused = 1265,

Powered by Google App Engine
This is Rietveld 408576698