[Bug 763] New: Attributes can not be used with mobile profile

http://www.w3.org/Bugs/Public/show_bug.cgi?id=763

           Summary: Attributes can not be used with mobile profile
           Product: CSSValidator
           Version: CSS Validator
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other
        AssignedTo: ot@w3.org
        ReportedBy: bjoern@hoehrmann.de
         QAContact: www-validator-cvs@w3.org


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...)



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

Received on Saturday, 29 May 2004 18:26:01 UTC