Re: Integration of HTM

It will be done using CSS but the group wants to bind it to pre-defined
attributes in the DOM and not IDs as ID values can not be guaranteed. If a
user wishes to bind a media query to an arbitrary document which ATs often
do it is necessary to have pre-defined attribute names.

The author simply then needs to annotate the meta data in HTML using these
standard attributes and trigger what is displayed through a media query.

Rich Schwerdtfeger
Distinguished Engineer, SWG Accessibility Architect/Strategist


                                                                           
             Ian Hickson                                                   
             <ian@hixie.ch>                                                
                                                                        To 
             02/03/2010 05:45          Richard                             
             PM                        Schwerdtfeger/Austin/IBM@IBMUS      
                                                                        cc 
                                       "public-html@w3.org"                
                                       <public-html@w3.org>                
                                                                   Subject 
                                       Re: Integration of HTM              
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




On Wed, 3 Feb 2010, Richard Schwerdtfeger wrote:
>
> As we discussed, the use of media query of alternative content I am
> working to pull over a standard set of attributes from the IMS Access
> For All specification. It was suggested that we preface these with an
> aria-, however these are not part of the aria specification and
> preceding these with an aria- dash would not give credit to the IMS
> Access For All effort.
>
> [...] For example, one attribute would be AdaptationType and we would
> define an equivalent CSS Media query property for it.

I don't think this media-specific approach is a good approach for HTML. I
think media-specific features should be done in CSS, so that an HTML
document can remain device-independent.

--
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Thursday, 4 February 2010 01:33:15 UTC