Checking for a value
Posted by Philip Birk-Jensen on December 19, 2010
0 comments
Reasoning behind the bench I’ve been working a bit on my CSSParser (which I will rename to CSSReader og CSSHandler when I get around to it), and one thing I found out was, when reading shorthand values (like: border: 1px solid #00ffff;) you can’t assume they always come in the same order. If we take [...]