Re: Deprecation of DOMAttrModified (Was: DOMActivate vs. Activation Behavior)

On 10/02/10 8:37 AM, James Craig wrote:
> On Feb 9, 2010, at 1:03 PM, David Bolter wrote:
>
>    
>> That said, I'm not sure if this pattern is used a lot today.
>>      
> As far as I'm aware, it's not used at all today, because there isn't a way to implement it.
>
>    

Currently IE has onpropertychange and Firefox / Opera have DOMAttrModified.
Aren't they sufficient?

>
> On Feb 9, 2010, at 1:03 PM, David Bolter wrote:
>
>    
>> Hi Jonas,
>>
>> The idea is that AT can (through API) cause the modification of an attribute, and the web developer should have a standard way to tell that modification happened (without js timer/polling). For example perhaps visual focus changes (aria-activedescedant). That said, I'm not sure if this pattern is used a lot today.
>>
>> cheers,
>> David
>>      

Received on Tuesday, 9 February 2010 23:47:19 UTC