Bug 18605 - webkit fails to use ATTLIST to set an ID
Summary: webkit fails to use ATTLIST to set an ID
Status: RESOLVED DUPLICATE of bug 12971
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://www.hixie.ch/tests/adhoc/xml/s...
Keywords:
Depends on: 12971
Blocks:
  Show dependency treegraph
 
Reported: 2008-04-18 18:02 PDT by jasneet
Modified: 2010-09-22 13:36 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-04-18 18:02:54 PDT
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
Comment 1 Alexey Proskuryakov 2010-09-22 13:36:36 PDT

*** This bug has been marked as a duplicate of bug 12971 ***