KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
101115
:
[test case] Nondeterministic matching of CSS se...
P
roduct
:
konqueror
Co
m
ponent
:
khtml
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
unspecified
Pr
i
ority
:
NOR
Severity
:
normal
V
otes
:
0
Description
:
Opened:
2005-03-08 18:45
Last Changed:
2006-04-04 18:58:53
Version: (using KDE Devel) Installed from: Compiled sources Two of the CSS selectors the CSS2 descendant and the CSS3 indirect adjacency selectors have the ability to make the matching process branch. For instance the following two matches fail in khtml: blockquote > div p On BLOCKQUOTE > DIV > DIV > P, because P matches the descendant selector on the first DIV which fails the child selector blockquote + div ~ p On BLOCKQUOTE, DIV, DIV, P, because P matches the indirect adjacency selector on the first DIV which fail its direct adjacency selector. To support this we need to be able to go back during the matching process so that any operator that could choose multiple elements have the chance to try them out.
Comment
#1
Allan Sandfeld 2005-03-08 18:47:05
The two test cases have been taken from the CSS3 selector test suite:
http://www.w3.org/Style/CSS/Test/CSS3/Selectors/20041216/html/tests/css3-modsel-86.html
and
http://www.w3.org/Style/CSS/Test/CSS3/Selectors/20041216/html/tests/css3-modsel-87.html
Comment
#2
Allan Sandfeld 2005-04-13 23:39:38
***
Bug 59470
has been marked as a duplicate of this bug. ***
Comment
#3
Allan Sandfeld 2006-04-04 18:58:53
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
P
latform
:
Compiled Sources
O
S
:
Linux
K
eywords
:
People
Reporter
:
Allan Sandfeld
Assigned To
:
Konqueror Developers
CC
:
s leiber web de
Related actions
View Bug Activity
Format For Printing
XML
Clone This Bug
Note
You need to
log in
before you can comment on or make changes to this bug.
Attachments
Add an attachment
(proposed patch, testcase, etc.)
Depends on
:
B
locks
:
Show dependency tree
-
Show dependency graph
First
Last
Prev
Next
No search results available
Search page
Actions
Reports
Requests
Reports
Bugs reported today
Bugs reported in the last 3 days
Bug reports with patches
Weekly Bug statistics
The most hated bugs
The most severe bugs
The most frequently reported bugs
The most wanted features
Junior Jobs
Report ownership counts and charts
My Account
New Account
Log In