Re: [review feedback] qa-css-charset

>> »»To set the character encoding inside the style sheet, use the
>> following sequence of bytes, one byte per character, at the very start
>> of the file.
>> @charset "charset-name";
>> ««
>
> I used the var elements.

Shouldn’t ‘charset-name’ in the following sentence
»»
The <code class="kw" translate="no">charset-name</code> should always be
««
also be set in italics then?

Is it really code/keyword? Or is it rather:
The <var translate="no">charset-name</var> should always be


»»
use the following sequence of bytes, one byte per character, at the very 
start of the file.
««

Even though it is processed as a byte sequence, shouldn’t it say for 
better reading:
use the following sequence of characters at the very start of the file.

A byte sequence would be 40 63 68 61 72 73 65 74 rather than ‘@charset’.


»»
<code class="kw" translate="no">@charset</code> byte sequence
««

Dito:
<code class="kw" translate="no">@charset</code> character sequence

Gunnar

Received on Wednesday, 12 March 2014 17:20:13 UTC