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

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

Issue 1916013004: Implement PotentialCustomElementName (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor editorial changes 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/Character.h
diff --git a/third_party/WebKit/Source/platform/text/Character.h b/third_party/WebKit/Source/platform/text/Character.h
index 5ca5136ff1c86789937a0d3af7688d802c7aa127..73a5571d6e2fbd391c1731c0fe3a217510e3f6f2 100644
--- a/third_party/WebKit/Source/platform/text/Character.h
+++ b/third_party/WebKit/Source/platform/text/Character.h
@@ -80,6 +80,8 @@ public:
static bool isUprightInMixedVertical(UChar32 character);
+ static bool isPotentialCustomElementNameChar(UChar32 character);
dominicc (has gone to gerrit) 2016/04/27 01:42:14 This might be a good place to put a link to the sp
kojii 2016/04/27 03:52:13 Done.
+
static bool treatAsSpace(UChar32 c)
{
return c == spaceCharacter

Powered by Google App Engine
This is Rietveld 408576698