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 763 - Attributes can not be used with mobile profile
Summary: Attributes can not be used with mobile profile
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Other (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-29 18:26 UTC by Bj
Modified: 2005-08-26 14:40 UTC (History)
0 users

See Also:


Attachments

Description Bj 2004-05-29 18:26:00 UTC
From http://jigsaw.w3.org/css-validator/BUGS.html

''
some problem with the validator for profile = mobile: attributes can not be 
used with mobile profile 

body {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  margin-right: 2em;
  font-family: verdana;
  background-color: green;
  color: red;
}

.s1 {
   width: 10em;
   background-color: red;
}

.s2 {
   width: 20em;
}

.smalltext {
   font-size: 0.75em;
}
''

(not sure what the problem is...)
Comment 1 Yves Lafon 2005-08-26 14:40:44 UTC
Fixed, see http://qa-dev.w3.org:8001/css-validator/