|
|
Introduce :-internal-shadow-host-has-appearance pseudo class, and apply it to METER element.
:-internal-shadow-host-has-appearance pseudo class matches to a shadow element if
- it is in User-Agent ShadowRoot, and
- its shadow host has -webkit-appearance value other than "none".
This class is available only in UA stylesheets.
Also, this CL adds PseudoBlinkInternalElement. It's similar to
PseudoWebKitCustomElement. Their differences are:
- Pseudo ID of PseudoBlinkInternalElement starts with "-internal-".
- ::-internal-* selectors are available only in UA stylesheets.
METER's fallback element uses PseudoBlinkInternalElement in order to avoid to
expose new vendor-specific elements.
This CL has no user-visible behavior changes.
BUG= 609669
Committed: https://crrev.com/19b50f20c2da2f0f3efddd91e3df57ba4a4e8b15
Cr-Commit-Position: refs/heads/master@{#393779}
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+81 lines, -96 lines) |
Patch |
 |
M |
third_party/WebKit/LayoutTests/TestExpectations
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-element-markup-expected.txt
|
View
|
1
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-styles.html
|
View
|
1
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png
|
View
|
1
|
Binary file |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt
|
View
|
1
|
3 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/core.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/CSSSelector.h
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/CSSSelector.cpp
|
View
|
1
|
7 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/RuleFeature.cpp
|
View
|
1
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/RuleSet.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
View
|
1
2
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/html.css
|
View
|
1
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/parser/CSSParserSelector.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/Element.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/Element.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLMeterElement.cpp
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/html/shadow/AppearanceSwitchElement.h
|
View
|
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/html/shadow/AppearanceSwitchElement.cpp
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 19 (11 generated)
|