Re: Dropping nav-* properties?

Vickers, Mark skriver:
> Giuseppe,
> 
> We do, of course, absolutely require up, down, left right keys in TV and set-top box Web applications to support TV remotes. Regarding these specific CSS APIs:
> 
> - What do the nav-* properties bring that cannot be done in other ways (HTML, JavaScript, DOM Event APIs, etc.)?
> 

CSS can reposition elements on the viewport. It would be very
inconvenient to attempt to mark the navigation data elsewhere, since it
would at minimum have to ask where css put the content.

It also risks making things complicated if media queries were employed
to select different layouts depending on uhm, media conditions.


TL;DR: Navigation depends on visual layout. CSS controls visual layout.

Received on Wednesday, 12 June 2013 21:23:33 UTC