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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp

Issue 1939813002: Update word-spacing TODO (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
index f22d087d3a5e2aa4b325bde047ed67d1d604a5d7..99d7d4862363ea1ff224cf755bf505c1573b08f2 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
@@ -606,7 +606,7 @@ static CSSValue* consumeSpacing(CSSParserTokenRange& range, CSSParserMode cssPar
{
if (range.peek().id() == CSSValueNormal)
return consumeIdent(range);
- // TODO(timloh): Don't allow unitless values, and allow <percentage>s in word-spacing.
+ // TODO(timloh): allow <percentage>s in word-spacing.
return consumeLength(range, cssParserMode, ValueRangeAll, UnitlessQuirk::Allow);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698