| Newsgroups |
php.pear.bugs |
| Message-ID |
<[email protected]> |
Edit report at https://pear.php.net/bugs/bug.php?id=20542&edit=1
ID: 20542
Comment by: [email protected]
Reported By: saneeshkv at gmail dot com
Summary: PHP CodeSniffer issue on CSS @media
Status: Open
Type: Bug
Package: PHP_CodeSniffer
Operating System: Windows
Package Version: 2.3.2
PHP Version: 5.5.24
Roadmap Versions:
New Comment:
Sorry! This issue is not for the standard code sniffers with the
PHP_CodeSniffer. This issue is ONLY with the Drupal's code sniffer. I'm
not sure I could ask this question here.
Previous Comments:
------------------------------------------------------------------------
[2015-05-05 07:49:12] saneesh_1980
Description:
------------
For the following CSS class, it shows an error.
@media (min-width: 320px) and (max-width: 961px) {
.tooltipsrt:hover span.tltp,
.tooltipsle:hover span.tltp,
.tooltipsbt:hover span.tltp,
.tooltipsbt1:hover span.tltp,
.tooltipsbt2:hover span.tltp,
.tooltipstp:hover span.tltp {
visibility: hidden;
}
}
If we give the space after the colon(:) the 'hover' will not work in the
page (shown below). For a normal css class the space after the colon is
fine, but for @media it should not.
Expected result:
----------------
This should be passed by the codeSniffer
Actual result:
--------------
Style definitions must end with a semicolon
Expected 1 space after colon in style definition; 0 found
------------------------------------------------------------------------
--
Edit this bug report at https://pear.php.net/bugs/bug.php?id=20542&edit=1