<?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>11288</bug_id>
          
          <creation_ts>2010-11-11 02:11:46 +0000</creation_ts>
          <short_desc>Show errors on opacity</short_desc>
          <delta_ts>2012-09-21 19:12:26 +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 3</component>
          <version>CSS Validator</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</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 name="Dex (Andrew)">dexteritymaster</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          
          
          <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>42403</commentid>
    <comment_count>0</comment_count>
    <who name="Dex (Andrew)">dexteritymaster</who>
    <bug_when>2010-11-11 02:11:46 +0000</bug_when>
    <thetext>There are three different ways to change opacity for different browsers, but CSS knows only of simple opacity.

Example:
div {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:&quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=80)&quot;;
}
two last strings are viewed as errors, but it doesn&apos;t work on ie5-8 without them.

Is it an error to use filter and -ms-filter for opacity? Thanks for your time.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74232</commentid>
    <comment_count>1</comment_count>
    <who name="Yves Lafon">ylafon</who>
    <bug_when>2012-09-21 15:27:45 +0000</bug_when>
    <thetext>Yes -ms-filter is a vendor extension, and one that doesn&apos;t work well with the CSS syntax.
filter is not a known CSS property.
Cheers</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74245</commentid>
    <comment_count>2</comment_count>
    <who name="Dex (Andrew)">dexteritymaster</who>
    <bug_when>2012-09-21 18:53:54 +0000</bug_when>
    <thetext>Ok, fixed it with a help fix-ie-png script(or something).

Thanks for fast answer by the way :D (Almost two years)

By the way about &quot;filter&quot; as not a known CSS property

http://www.w3schools.com/css/css_image_transparency.asp

I always thought you were from the same company. (w3 and w3schools)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74246</commentid>
    <comment_count>3</comment_count>
    <who name="Dex (Andrew)">dexteritymaster</who>
    <bug_when>2012-09-21 19:12:26 +0000</bug_when>
    <thetext>also talking about bugs, you have styling bug, 

https://www.w3.org/Bugs/Public/skins/standard/index.css
on line 74
#query { background: url(index/search.gif)  no-repeat; }
background image defined but on this page
https://www.w3.org/Bugs/Public/
#query is a list item without width and height properties
and this image only annoys

Tried it also in Validator 11 errors mostly by doubles of input ID&apos;s
http://validator.w3.org/check?uri=https%3A%2F%2Fwww.w3.org%2FBugs%2FPublic%2F&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;group=0

I have nothing against your page but I think at least your company must take standards more seriously.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>