This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28068 - Should ProcessingInstruction implement LinkStyle?
Summary: Should ProcessingInstruction implement LinkStyle?
Status: RESOLVED WORKSFORME
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-21 19:41 UTC by Philip Jägenstedt
Modified: 2015-02-23 02:57 UTC (History)
2 users (show)

See Also:


Attachments

Description Philip Jägenstedt 2015-02-21 19:41:14 UTC
This is old stuff:
http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html#StyleSheets-LinkStyle

The HTML spec says "HTMLLinkElement implements LinkStyle" and "HTMLStyleElement implements LinkStyle".

Should DOM say "ProcessingInstruction implements LinkStyle"?

Note that Gecko doesn't have this, but Blink/WebKit do. I haven't checked IE.
Comment 2 Philip Jägenstedt 2015-02-23 02:57:03 UTC
Ah, thanks!