[Bug 30136] New: screen and (pointer: coarse)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=30136

            Bug ID: 30136
           Summary: screen and (pointer: coarse)
           Product: CSSValidator
           Version: CSS Validator
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSS 3
          Assignee: dave.null@w3.org
          Reporter: vader.24@onet.pl
        QA Contact: www-validator-cvs@w3.org
  Target Milestone: ---

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/

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 6 July 2017 00:03:02 UTC