I am quite sure I'm not the only one that read the text with a brit accent in my mind.
The Queen’s stylesheets
21–30 of 74 posts
Re: The Queen’s stylesheets
#22Re: The Queen’s stylesheets
#23Smashing! Next order of business: i18n whereby .com becomes .co.us and .co.uk becomes .com?
Re: The Queen’s stylesheets
#24Your example is incorrect "transparency: 1" != "opacity: 1" We use transparency in the US. Transparency is how much light passes through an object and Opacity is how much it blocks. so: "transparency: 1" == "opacity: 0"
Funny enough, the example is ambiguous since: "transparency: 0.5" == "opacity: 0.5"
Re: The Queen’s stylesheets
#25Not very many substitutions performed[1]: 'colour' => 'color', 'grey' => 'gray', '!please' => '!important', 'transparency' => 'opacity', 'centre' => 'center', 'plump' => 'bold', 'photograph' => 'image', 'capitalise' => 'capitalize' Would've thought there'd be a ton of opportunities to pedantically correct CSS's choice of words. !please instead of !important made me laugh, though. [1]: Taken from https://github.com/id…
Indeed. They also forgot 'quite' => 'text-transform' ;)
Re: The Queen’s stylesheets
#26Your example is incorrect "transparency: 1" != "opacity: 1" We use transparency in the US. Transparency is how much light passes through an object and Opacity is how much it blocks. so: "transparency: 1" == "opacity: 0"
Funny enough, the example is ambiguous since: "transparency: 0.5" == "opacity: 0.5"
Re: The Queen’s stylesheets
#27 透明度: 0.5;
色: 紫;
which does bring up the point, are we being at all culturally insensitive by making nearly all web standards English?Or how about UsingCamelCase? Give than some languages don't have the concept of UPPER/lower case.
Does Go require you to use "er" for interfaces as in Writer, Reader, Serializer? That seems even worse given that it not just roman letters only it's English only. I don't know other languages but I suspect the suffix 'er' has no meaning in Spanish, Italian, French, and that being forced to added it to classes written using those languages would really suck.
type Escribirer interface // !?!?Re: The Queen’s stylesheets
#28auto playing music on the web is a bit 90s no?
Re: The Queen’s stylesheets
#29The sound. Oh my goodness, the sound. Why is there not a button to stop it? I was listening to some music in the background with multiple tabs open, and I didn't expect a project link from HN to autoplay music. Confusion ensues.
Re: The Queen’s stylesheets
#30Not very many substitutions performed[1]: 'colour' => 'color', 'grey' => 'gray', '!please' => '!important', 'transparency' => 'opacity', 'centre' => 'center', 'plump' => 'bold', 'photograph' => 'image', 'capitalise' => 'capitalize' Would've thought there'd be a ton of opportunities to pedantically correct CSS's choice of words. !please instead of !important made me laugh, though. [1]: Taken from https://github.com/id…