Re: [css3-syntax] CSS escape sequences

>> Looks like WebKit treats unpaired surrogates just like mis-ordered
>> ones: it drops the whole declaration.
>
> I still see the grey box there so the declaration isn't dropped.

This is probably a misunderstanding in terminology. The declaration
(`property: value;`) is dropped, not the declaration block (`{
property: value; property2: value2; }`).

Received on Thursday, 12 January 2012 18:36:55 UTC