This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 30136 - screen and (pointer: coarse)
Summary: screen and (pointer: coarse)
Status: NEW
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-06 00:02 UTC by Bug Reporter
Modified: 2017-07-06 00:02 UTC (History)
0 users

See Also:


Attachments

Description Bug Reporter 2017-07-06 00:02:55 UTC
The CSS validator returns errors:

@media screen and (pointer: coarse), screen and (hover: none)
{
   .click
   {
      display:none !important;
   }
   .tap
   {
      display:inline !important;
   }
}

But the W3C specification defines pointer: coarse and hover: none. https://www.w3.org/TR/mediaqueries-4/