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

Issue 1135563002: Do not compare case-insensitive for 16bit pseudo identifier (Closed)

Created:
5 years, 7 months ago by rwlbuis
Modified:
5 years, 7 months ago
Reviewers:
Timothy Loh
CC:
blink-reviews, dglazkov+blink, apavlov+blink_chromium.org, blink-reviews-css, darktears
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Do not compare case-insensitive for 16bit pseudo identifier Do not lower the 16-bit pseudo identifiers, they can't match the internal recognized pseudo names which are all ASCII. Relevant spec information [1]: "All CSS syntax is case-insensitive within the ASCII range (i.e., [a-z] and [A-Z] are equivalent), except for parts that are not under the control of CSS." Test taken from: https://test.csswg.org/source/css21/syntax/case-sensitive-003.xht Behavior matches Firefox. [1] http://www.w3.org/TR/CSS21/syndata.html#characters Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195169

Patch Set 1 #

Patch Set 2 : Add test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -1 line) Patch
A LayoutTests/fast/css/case-sensitive-003.xhtml View 1 1 chunk +71 lines, -0 lines 0 comments Download
A LayoutTests/fast/css/case-sensitive-003-expected.xhtml View 1 1 chunk +18 lines, -0 lines 0 comments Download
M Source/core/css/parser/CSSSelectorParser.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
rwlbuis
PTAL
5 years, 7 months ago (2015-05-07 22:57:01 UTC) #2
Timothy Loh
On 2015/05/07 22:57:01, rwlbuis wrote: > PTAL Is there a function that lowercases ASCII characters ...
5 years, 7 months ago (2015-05-08 01:26:11 UTC) #3
rwlbuis
On 2015/05/08 01:26:11, Timothy Loh wrote: > On 2015/05/07 22:57:01, rwlbuis wrote: > > PTAL ...
5 years, 7 months ago (2015-05-08 14:41:07 UTC) #4
Timothy Loh
On 2015/05/08 14:41:07, rwlbuis wrote: > On 2015/05/08 01:26:11, Timothy Loh wrote: > > On ...
5 years, 7 months ago (2015-05-10 23:26:16 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1135563002/20001
5 years, 7 months ago (2015-05-11 02:24:52 UTC) #7
commit-bot: I haz the power
5 years, 7 months ago (2015-05-11 06:36:11 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=195169

Powered by Google App Engine
This is Rietveld 408576698