Closed Bug 1223645 Opened 9 years ago Closed 7 years ago

CSS element type selector does not match SVG symbol element

Categories

(Core :: CSS Parsing and Computation, defect)

41 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 265894

People

(Reporter: yonathan, Unassigned)

References

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2547.0 Safari/537.36

Steps to reproduce:

View an SVG document containing a symbol that is styled by a statement whose selector contains the type selector “symbol”.

Usually, you only want to style a symbol in order to override the default clipping caused by overflow: clip in the user-agent style sheet[1].

[1] http://www.w3.org/TR/SVG/styling.html#UAStyleSheet


Actual results:

The CSS rule “overflow: visible” did not apply to the symbol matched by the type selector “symbol”.


Expected results:

The CSS rule “overflow: visible” should apply to the symbol matched by the type selector “symbol”.

This is a fairly minor bug since the selector “#square” works even though “symbol#square” doesn’t.
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
I don't think this is a straightforward duplicate; I think it's different.  (More related to bug 1268431, but not the same.)
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Since I will fix cloned symbol element as svg element problem in bug 265894. mark this one as a dup
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: