-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.TestedMemory aid - issue has WPT testsMemory aid - issue has WPT testscss-syntax-3
Milestone
Description
(migrated from mailing list)
Raffaello Giulietti said:
I'm referring to
CSS Syntax Module Level 3, Editor’s Draft, 30 April 2014
(http://dev.w3.org/csswg/css-syntax/)Section "4.3.10 Check if three code points would start an identifier"
describes how to check if three code points would start an identifier.When the first code point is neither U+002D HYPHEN-MINUS, nor a
name-start code point, nor U+005C REVERSE SOLIDUS the check should
return false.Add the following to the end of the section:
anything else
Return false.
Tab Atkins said:
Fixed at some point in the past; thanks!
Metadata
Metadata
Assignees
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.TestedMemory aid - issue has WPT testsMemory aid - issue has WPT testscss-syntax-3