While I was reading the CSS2 specification from the World Wide Web
Consortium (www.w3.org) I found a term i don't understand: non-terminals. As
used in:
http://www.w3.org/TR/REC-CSS2/about.html#q6
Could anyone explain what these 'non-terminals' are?
Thanks,
Jasper Levink (Netherlands)
Non-terminal or non-terminated as within quotes to show the terminating
points (start and end).
<border-width> would be non-terminated, whereas
<'border-width'> is terminated.
Gus