Skip to content

Commit 6af765b

Browse files
committed
[css-values] Define case-sensitivity of attr() to match attribute selectors.
1 parent b68e99a commit 6af765b

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

css-values/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,6 +1898,8 @@ Ian's proposal:
18981898
(the qname production in [[!CSS3NAMESPACE]])
18991899
that represents an attribute name.
19001900
(In the absence of namespacing, this will just be a CSS identifier.)
1901+
As with <a href="https://www.w3.org/TR/selectors/#attribute-selectors">attribute selectors</a>,
1902+
the case-sensitivity of <<attr-name>> depends on the document language.
19011903

19021904
The optional <dfn>&lt;type-or-unit></dfn> argument is a keyword drawn from the list below that tells the UA how to interpret the attribute value,
19031905
and defines a type for the attr() expression.

css-values/issues-cr-2015.bsi

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ Comment: https://lists.w3.org/Archives/Public/www-style/2015Jun/0271.html
2626
Response: ???
2727
Open: Accepted
2828
Edits: https://drafts.csswg.org/css-values-3/#calc-serialize
29-
Verified:
30-
Resolved: =WG= Discuss
29+
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Apr/0093.html
3130
----
3231
Issue 4.
3332
Summary: Editorial nits
@@ -44,7 +43,7 @@ Comment: https://lists.w3.org/Archives/Public/www-style/2015Dec/0150.html
4443
Response: https://lists.w3.org/Archives/Public/www-style/2015Dec/0258.html
4544
Open: Accepted
4645
Verified: Reporter is editor
47-
Resolved: =WG= Discuss
46+
Resolved: ???
4847
----
4948
Issue 6.
5049
Summary: Percentages that are relative to other dimensions vs not.
@@ -143,8 +142,8 @@ From: François Remy and David Baron
143142
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0171.html
144143
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0184.html
145144
Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0178.html
146-
Response:
147-
Open:
145+
Response: https://lists.w3.org/Archives/Public/www-style/2016Mar/0369.html
146+
Open: Awaiting fixes to edits.
148147
----
149148
Issue 18.
150149
Summary: Implementations only drop calc() from "simple values" at computed-value time

0 commit comments

Comments
 (0)