Bug: CSS -> CSS Check gives wrong results

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.

  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;

Bug: CSS -> CSS Check gives wrong results

Postby pmk65 » Thu Jan 24, 2019 5:08 pm

Here's a simple CSS selector with various properties:
Code: Select all
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s linear 0s, transform 0.25s linear;
  z-index: 99998;
}
.close-button:hover {
  background-color: darkgray;
  user-select: none; 
}


If I use the CSS -> CSS Check, I get the following errors:
.modal ".25s, opacity 0.25s linear 0s, transform 0.25s linear" is not a valid value for "transition"
.close-button:hover "darkgray" is not a valid value for "background-color"
.close-button:hover CSS Actual does not support property "user-select"



Yet both ARE valid according to W3C https://jigsaw.w3.org/css-validator/
There are 10 types of people in the world: Those who understand binary and those who don't.
User avatar
pmk65
 
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Re: Bug: CSS -> CSS Check gives wrong results

Postby Aivars » Tue Feb 12, 2019 2:36 pm

Thanks for the test case, I'll add to the bug report. The color issue is fixed in the development version of the next major version already.
Blumentals Software Programmer
User avatar
Aivars
Blumentals Software Developer
 
Posts: 2453
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia


Return to HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support

Who is online

Users browsing this forum: No registered users and 10 guests