Hacker News new | past | comments | ask | show | jobs | submit login

Why do keywords have to end in a colon. couldn't the parser use space " " to detect the end of a word, like in C ..



I assume you mean property names, because keywords are all over the place and don't have anything to do with colons.

It's just a separator between the two semantic halves of a declaration. It could just be a space, but it wouldn't be quite as obvious. Compare "display block;" to "display:block;"

It wouldn't save characters, either - you can omit spaces around the colon today and have the same number. That is, "display block" and "display:block" are both 13 chars.

There is indeed nothing requiring a colon vs a space, as the grammar is unambiguous either way.


C requires explicit = in variable declarations.

CSS presumably uses the colon for clarity.


CSS is text files and there are no line endings.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: