Bug 18605

Summary: webkit fails to use ATTLIST to set an ID
Product: WebKit Reporter: jasneet <jasneet>
Component: CSSAssignee: 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:    

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 ***