File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1627,7 +1627,7 @@ <h3 id=attr-notation><span class=secno>8.3. </span> Attribute References:
16271627 < p > The new syntax for the ‘< a href ="#attr "> < code
16281628 class =css > attr()</ code > </ a > ’ expression is:
16291629
1630- < pre > ' attr(' <attr-name> <type-or-unit> ? [ ',' <fallback> ]? ')' </ pre >
1630+ < pre > attr( <attr-name> <type-or-unit> ? [ , <fallback> ]? ) </ pre >
16311631
16321632 < p > where <attr-name> is a < a
16331633 href ="http://dev.w3.org/csswg/css3-namespace/#css-qnames "> CSS qualified
Original file line number Diff line number Diff line change @@ -1136,7 +1136,7 @@ <h3 id="attr-notation">
11361136
11371137 < p > The new syntax for the ''attr()'' expression is:</ p >
11381138
1139- < pre > ' attr(' <attr-name> <type-or-unit> ? [ ',' <fallback> ]? ')' </ pre >
1139+ < pre > attr( <attr-name> <type-or-unit> ? [ , <fallback> ]? ) </ pre >
11401140
11411141 < p >
11421142 where <attr-name> is a < a href ="http://dev.w3.org/csswg/css3-namespace/#css-qnames "> CSS qualified name</ a >
You can’t perform that action at this time.
0 commit comments