| Summary: | Reverse parsing for CSS content property with attr() and url() | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Xavier Robin <bugmail-kde> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mandriva RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Testcase | ||
|
Description
Xavier Robin
2005-09-26 22:08:24 UTC
Created attachment 12720 [details] Testcase In this test, a paragraph with some text has the id #MyID. In :after I have the following property : content: " " attr(id) " " url(http://home.etu.unige.ch/~robin0/styles/tbird.png); " " are here only for spacing and can be suppressed. The attr(id) occurs before the url(...) but is actually displayed after it. I see the text "MyID" before the image here, 3.5 development branch I see MyID before the image as well. |