Re: Implementing contentEditable in CSS3 UI

On Mon, Dec 20, 2010 at 7:14 PM, Charles Pritchard <chuck@jumis.com> wrote:
> Did the appearance properties get taken up by vendors?

https://developer.mozilla.org/en/CSS/-moz-appearance

>> Likewise, a single property to enable/disable spellcheck would be
>> preferable to some properties to tweak colors/decoration since that
>> could easily leave the display out of sync with behavior (e.g. screen
>> readers like VoiceOver would still announce spelling errors, if you
>> clicked on a spelling error Safari would still give you a list of
>> spelling corrections).
>>
>
> When you bring up a property, do you mean a CSS property, or sticking with
> the current html 5 draft?

I meant CSS (though without deprecating "spellcheck").

> *[spellcheck=true] {
>  invalid-spelling: inherit | none | ...
> }

<bikeshed>

Maybe more like:

[spellcheck=true] {
    spell-check : inherit | yes | no ;
    grammar-check : inherit | yes | no;
}

</bikeshed>

--
Benjamin Hawkes-Lewis

Received on Monday, 20 December 2010 22:00:20 UTC