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

Issue 14980012: Recognize html whitespaces as separators for attribute selectors. (Closed)

Created:
7 years, 7 months ago by rune
Modified:
7 years, 7 months ago
Reviewers:
eseidel
CC:
blink-reviews, apavlov+blink_chromium.org, dglazkov+blink, eae+blinkwatch, darktears
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Recognize html whitespaces as separators for attribute selectors. Used to only recognize 0x20 as a separator for attribute selector matching values in space separated lists. Now recognizes 0x09, 0x0a, 0x0c, 0x0d, and 0x20 as separators. BUG=239786 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=150410

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -4 lines) Patch
A LayoutTests/fast/selectors/attr-list-01.html View 1 chunk +21 lines, -0 lines 0 comments Download
A LayoutTests/fast/selectors/attr-list-01-expected.html View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/css/SelectorChecker.cpp View 4 chunks +13 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rune
7 years, 7 months ago (2013-05-14 11:25:45 UTC) #1
eseidel
lgtm
7 years, 7 months ago (2013-05-15 07:33:25 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rune@opera.com/14980012/1
7 years, 7 months ago (2013-05-15 07:33:42 UTC) #3
commit-bot: I haz the power
7 years, 7 months ago (2013-05-15 13:20:40 UTC) #4
Message was sent while issue was closed.
Change committed as 150410

Powered by Google App Engine
This is Rietveld 408576698