Bug 18605
Summary: | webkit fails to use ATTLIST to set an ID | ||
---|---|---|---|
Product: | WebKit | Reporter: | jasneet <jasneet> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, jasneet, nickshanks, webdev, webkit |
Priority: | P2 | ||
Version: | 525.x (Safari 3.1) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.hixie.ch/tests/adhoc/xml/styling/pi/internal/css/001.xml | ||
Bug Depends on: | 12971 | ||
Bug Blocks: |
jasneet
I Steps:
Go to
http://www.hixie.ch/tests/adhoc/xml/styling/pi/internal/css/001.xml
II Issue:
Issue:
In this test, following are tested:
* Simple <?xml-stylesheet?>s work : "true" since first line is green.
* <style> blocks on their own don't do anything : "true" since third line is green (fails)
* ATTLIST can be used to set an ID : "false" since second line is green
* XHTML <style> block works : "true" since third line is green
III Conclusion:
issue with ATTLIST to set an ID
IV Other browsers:
IE7: not ok, shows xml code on opening the test link
FF3: ok
Opera9.24: ok
V Nightly tested: 32005
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 12971 ***