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

Unified Diff: Source/WebCore/html/HTMLElement.idl

Issue 14028014: Remove MicroData implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also delete all the tests Created 7 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/WebCore/html/HTMLElement.cpp ('k') | Source/WebCore/html/HTMLEmbedElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLElement.idl
diff --git a/Source/WebCore/html/HTMLElement.idl b/Source/WebCore/html/HTMLElement.idl
index d39c72d684cd1d13bb01394b86e0276291f3f018..33d704cf282c08794877ef2c87d93362c09421f9 100644
--- a/Source/WebCore/html/HTMLElement.idl
+++ b/Source/WebCore/html/HTMLElement.idl
@@ -56,19 +56,6 @@
attribute boolean spellcheck;
- [Conditional=MICRODATA, Reflect] attribute boolean itemScope;
- [Conditional=MICRODATA] readonly attribute DOMSettableTokenList itemType;
- [Conditional=MICRODATA, Reflect, URL] attribute DOMString itemId;
-
- [Conditional=MICRODATA] readonly attribute DOMSettableTokenList itemRef;
- [Conditional=MICRODATA] readonly attribute DOMSettableTokenList itemProp;
-
-#if defined(ENABLE_MICRODATA) && ENABLE_MICRODATA
- [Conditional=MICRODATA] readonly attribute HTMLPropertiesCollection properties;
-#endif
-
- [Conditional=MICRODATA, Custom, SetterRaisesException] attribute any itemValue;
-
void click();
};
« no previous file with comments | « Source/WebCore/html/HTMLElement.cpp ('k') | Source/WebCore/html/HTMLEmbedElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698