We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ce335 commit c5657c2Copy full SHA for c5657c2
1 file changed
css-values-5/Overview.bs
@@ -1941,9 +1941,15 @@ Ian's proposal:
1941
If given as a ''type()'' function,
1942
the value is parsed according to the <<syntax>> argument,
1943
and substitutes as the resulting tokens.
1944
+ For this purpose, ''<url>'' is invalid as a <<syntax-single-component>>.
1945
Values that fail to parse according to the syntax
1946
trigger fallback.
1947
1948
+ Note: ''<url>'' is banned because,
1949
+ for now,
1950
+ ''attr()'' values can't be used in URLs at all
1951
+ due to security concerns.
1952
+
1953
If given as the <css>number</css> keyword,
1954
it causes the attribute's literal value,
1955
after [=strip leading and trailing ASCII whitespace|stripping leading and trailing whitespace=],
0 commit comments