>
> I can see the problem now. It's somehow related to how Stylish is binding 
> in user styles. It uses data 
> URLs<http://en.wikipedia.org/wiki/Data_URI_scheme>
> .
> We still need to break that down to a more simple test case, i.e. having 
> an HTML file, that adds stylesheets using data URLs. This would make it 
> easier to reproduce (without Stylish, FirePath or any other add-on). Though 
> I don't know exactly yet how to do that. If somebody has an idea, please 
> let me know.
>
I found out that this problem is actually caused by two issues:

   1. @-moz-document rules are currently not displayed inside the CSS panel 
   (=> issue 5429 <http://code.google.com/p/fbug/issues/detail?id=5429>)
   2. Stylish uses a special way to link in CSS via data URIs (Still don't 
   know how to get them. Any hints are welcome.)

Though data URI stylesheets work as the attached test case shows.

Sebastian

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug
Title: CSS via data URI

CSS via data URI

Steps to reproduce

  1. Open Firebug
  2. Switch to the CSS panel
  3. Select #element1 ... under the data: group from the Style Location Menu

Expected result

  • The following styles will be displayed:
    #element1 { background: -moz-linear-gradient(135deg, #788CFF, #B4C8FF) repeat scroll 0 0 #8C8CFF; height: 100px; width: 100px; }
Sebastian Zartner, sebastianzart...@gmx.de

Reply via email to