Live data from Hacker News

HTML: font color=”red” becomes green

jsfiddle.net

41–50 of 99 posts

Re: HTML: font color=”red” becomes green

#44

http://www.whatwg.org/specs/web-apps/current-work/multipage/... = ”red” = 0red0 (" is not ascii so make 0) = 00ed0 (r is not hex so make 0) = 00ed00 (pad)

And also explains why, "blue" is actually blue = "blue" = 0blue0 = 0b00e0

"blue" is actually supposed to be blue. Like "yellow" or "green" or "black"

it's ”blue” that is interesting.

Post reply on HN