<?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>17163</bug_id>
          
          <creation_ts>2012-05-23 22:44:19 +0000</creation_ts>
          <short_desc>collapse should be a valid value for SVG graphic element visibility attribute</short_desc>
          <delta_ts>2013-06-26 13:28:40 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML Checker</product>
          <component>General</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></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>xinyang_qiu</reporter>
          <assigned_to name="Michael[tm] Smith">mike+validator</assigned_to>
          <cc>mike</cc>
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>68064</commentid>
    <comment_count>0</comment_count>
    <who name="">xinyang_qiu</who>
    <bug_when>2012-05-23 22:44:19 +0000</bug_when>
    <thetext>Verify the following SVG htm5 doc:

&lt;!DOCTYPE html&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
  &lt;head&gt;
    &lt;title&gt;SVG 1.1, 2nd Edition Test Suite: &apos;Visibility&apos; attribute set to &apos;collapse&apos; value&lt;/title&gt;
      &lt;link rel=&quot;help&quot; href=&quot;http://www.w3.org/TR/SVG11/painting.html#VisibilityControl&quot; /&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;div class=&quot;testdata&quot;&gt;
      &lt;p id=&quot;instructions&quot;&gt;Test passes if there is no red visible on the page.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;container&quot;&gt;
&lt;svg version=&quot;1.1&quot; baseProfile=&quot;full&quot; id=&quot;svg-root&quot; width=&quot;100%&quot; height=&quot;100%&quot; viewBox=&quot;0 0 480 360&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
  &lt;g id=&quot;test-body-content&quot;&gt;
&lt;rect width=&quot;96&quot; height=&quot;96&quot; visibility=&quot;collapse&quot; fill=&quot;red&quot; /&gt;
    
  &lt;/g&gt;
  &lt;rect id=&quot;test-frame&quot; x=&quot;1&quot; y=&quot;1&quot; width=&quot;478&quot; height=&quot;358&quot; fill=&quot;none&quot; stroke=&quot;#000&quot;/&gt;
&lt;/svg&gt;
    &lt;/div&gt;
  &lt;/body&gt;
&lt;/html&gt;

Actual:
Error: Bad value collapse for attribute visibility on element rect.
From line 14, column 1; to line 14, column 64
content&quot;&gt;↩&lt;rect width=&quot;96&quot; height=&quot;96&quot; visibility=&quot;collapse&quot; fill=&quot;red&quot; /&gt;↩    ↩

Expected:
No error

See:
http://www.w3.org/TR/SVG11/painting.html#VisibilityControl</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>89887</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2013-06-26 13:28:40 +0000</bug_when>
    <thetext>Fixed.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>