<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>175</bug_id>
          
          <creation_ts>2003-03-12 06:52:35 +0000</creation_ts>
          <short_desc>missing property value &quot;inherit&quot; on &quot;marks&quot; and &quot;size&quot;</short_desc>
          <delta_ts>2004-06-10 17:47:01 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSSValidator</product>
          <component>CSS 2.0</component>
          <version>CSS Validator</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://jigsaw.w3.org/css-validator/validator?text=body%0D%0A%7B%0D%0A++marks%3A+inherit%3B%0D%0A++size%3A+inherit%3B%0D%0A%7D%0D%0A&amp;warning=1&amp;profile=css2&amp;usermedium=all</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Paul Arzul">patricka</reporter>
          <assigned_to name="Philippe Le Hegaret">plh</assigned_to>
          
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>411</commentid>
    <comment_count>0</comment_count>
    <who name="Paul Arzul">patricka</who>
    <bug_when>2003-03-12 06:52:35 +0000</bug_when>
    <thetext>each css2 property can takes the value inherit[1,2], except &quot;page&quot; (which has
&quot;auto&quot;).

this css2 should validate (see bug url):
---8&lt;---
body
{
  marks: inherit;
  size: inherit;
}
---&gt;8---

as of today (2003/03/12) i get:

* Line: 3 Context : body
Invalid number : marksProperty marks doesn&apos;t exist : inherit

* Line: 4 Context : body
Invalid number : sizeProperty size doesn&apos;t exist : inherit

* * *

original bug report (2002/06/24):
http://lists.w3.org/Archives/Public/www-validator-css/2002Jul/0011.html

- p

--
[1] http://www.w3.org/TR/REC-CSS2/cascade.html#value-def-inherit
[2] http://www.w3.org/TR/REC-CSS2/propidx.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2008</commentid>
    <comment_count>1</comment_count>
    <who name="Sijtsche Smeman">sijtschesmeman</who>
    <bug_when>2004-06-10 13:47:01 +0000</bug_when>
    <thetext>This message does not mean that the value &apos;inherit&apos; is not accepted, but that
the properties marks and size do not exist.

This message is correct since these properties are only valid within @page rules
and not within the context shown in the bug report.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>