Re: [csswg-drafts] [css-grid] grid-line custom identifier auto?

Some excerpts from Grid Layout spec:
* https://drafts.csswg.org/css-grid/#named-lines
  > A line name cannot be span, i.e. the <custom-ident> in the <line-names> production excludes the keyword span.
* https://drafts.csswg.org/css-grid/#line-placement
  > In all the above productions, the <custom-ident> additionally excludes the keyword span.

Also from CSS Values and Units spec:
* https://drafts.csswg.org/css-values/#custom-idents
  > This generic data type is denoted by <custom-ident>, and represents any valid CSS identifier that would not be misinterpreted as a pre-defined keyword in that property’s value definition.

There is also a related issue #494 and some old threads in www-style:
* https://lists.w3.org/Archives/Public/www-style/2014Feb/0735.html
* https://lists.w3.org/Archives/Public/www-style/2016Mar/0247.html


-- 
GitHub Notification of comment by mrego
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2856#issuecomment-401713517 using your GitHub account

Received on Monday, 2 July 2018 08:38:45 UTC