NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 701 - add warning for deprecated "aural" media type in media queries
add warning for deprecated "aural" media type in media queries
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: Datatype library
HEAD
All All
: P2 enhancement
Assigned To: Michael[tm] Smith
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-12-29 11:49 CET by Michael[tm] Smith
Modified: 2010-01-06 19:06 CET (History)
0 users

See Also:


Attachments
patch (2.33 KB, patch)
2009-12-29 11:54 CET, Michael[tm] Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael[tm] Smith 2009-12-29 11:49:03 CET
The "aural" media type is deprecated, so we should emit a warning when we find it in media queries, and suggest using "speech" instead.
Comment 1 Michael[tm] Smith 2009-12-29 11:54:45 CET
Created attachment 137 [details]
patch
Comment 2 Michael[tm] Smith 2009-12-30 02:56:57 CET
<zcorpan> MikeSmith: maybe you can remove the stuff in the tokenizer that checks for semicolonless entities  
<zcorpan> the table doesn't contain semicolonless entities  
<zcorpan> so it's dead code i think  

OK, removed now
Comment 3 Michael[tm] Smith 2010-01-06 19:06:31 CET
syntax 517
http://whattf.browse.cvsdude.com/syntax?view=rev&revision=517