- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Tue, 01 Oct 2013 19:21:43 -0700
- To: www-style@w3.org
On 10/01/2013 04:25 PM, Alan Stearns wrote:
> On 9/30/13 11:56 PM, "fantasai" <fantasai.lists@inkedblade.net> wrote:
>
>> # The shape is extracted and computed based on the alpha
>> # channel of the specified <image> [CSS3VAL] User agents must
>>
>> Suggest
>>
>> | The shape is extracted and computed based on the alpha
>> | channel of the specified <image> *as defined by
>> |' shape-image-threshold'*.
>> |
>> | User agents must [...]
>>
>> Added: - reference to shape-image-threshold
>> - missing period
>> - paragraph break to separate UA network gunk from
>> the author-relevant parts of the description.
>
> Done. I included the asterisks - did you mean for those to be in the text,
> or were you just highlighting the proposed change?
I was just highlighting the proposed change. :) Asterisks
for emphasis aren't really something that should be used
in HTML source, if you really want it you'd want <strong>
with
strong:before, strong:after {
content: "*";
}
;)
~fantasai
Received on Wednesday, 2 October 2013 02:22:12 UTC