| Summary: | konqueror renders bugzilla.ubuntu.com wrong | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Tom Fernandes <tom.fernandes> |
| Component: | khtml renderer | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ismail, kde, lex.lists |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tom Fernandes
2005-04-05 13:37:50 UTC
still an issue for 3.4.1 Likely testcase (from opendarwin bugzilla install, not Ubuntu's):
<style type="text/css">
/* we somehow manage to miss this, Moz applies it */
[id]#footer .label
{
border: 1px solid red;
}
</style>
<div id="footer">
<div id="links-actions"> <!-- if no ID, we match stuff! -->
<div class="label">Actions:</div>
</div>
</div>
I am gonna pretend CSS selectors are rendering SVN commit 526442 by carewolf: Implement nondeterministic CSS matching BUG: 103285 BUG: 101115 M +8 -1 ChangeLog M +128 -99 css/cssstyleselector.cpp M +3 -1 css/cssstyleselector.h |