RE: aria-current concerns from Apple

>> That would be the opposite of other DOM remediation patterns like @id, where the first instance wins.

Whereas CSS follows the descending fashion to apply CSS rule means if there are two different rules for the same class, will result the last rule to be applied..

In most programming languages, 

int x = 5;
int x = 6;

x will be 6 for the compiler. So?

Stefan

-----Original Message-----
From: James Craig [mailto:jcraig@apple.com] 
Sent: Freitag, 11. September 2015 12:04
To: Schnabel, Stefan
Cc: lwatson@paciellogroup.com; PF
Subject: Re: aria-current concerns from Apple


> On Sep 11, 2015, at 2:34 AM, Schnabel, Stefan <stefan.schnabel@sap.com> wrote:
> 
>> For example, what is the expectation when a list has two elements that both claim to be "current"?
> 
> Authoring error. If so, last one wins.

That would be the opposite of other DOM remediation patterns like @id, where the first instance wins.

James

Received on Friday, 11 September 2015 12:59:53 UTC