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

Unified Diff: third_party/WebKit/Source/platform/text/CharacterProperty.h

Issue 1916013004: Implement PotentialCustomElementName (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tkent review Created 4 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
Index: third_party/WebKit/Source/platform/text/CharacterProperty.h
diff --git a/third_party/WebKit/Source/platform/text/CharacterProperty.h b/third_party/WebKit/Source/platform/text/CharacterProperty.h
index 7b37a983d2f105ee37ba15eb757cb89a4ca624bd..984da474925bedbb309d4690df3a55081adcdb3a 100644
--- a/third_party/WebKit/Source/platform/text/CharacterProperty.h
+++ b/third_party/WebKit/Source/platform/text/CharacterProperty.h
@@ -11,6 +11,7 @@ using CharacterPropertyType = uint8_t;
enum class CharacterProperty : CharacterPropertyType {
isCJKIdeographOrSymbol = 0x0001,
isUprightInMixedVertical = 0x0002,
+ isPotentialCustomElementNameChar = 0x0004,
};
inline CharacterProperty operator | (

Powered by Google App Engine
This is Rietveld 408576698