Closed
Bug 245427
Opened 21 years ago
Closed 16 years ago
<foreignObject> should not be an absolute positioning containing block
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ian, Unassigned)
References
()
Details
At the moment <foreignObject> acts like a containing block. It should not. I
couldn't find anything in either SVG nor CSS that would suggest that it should.
TESTCASE: http://www.hixie.ch/tests/adhoc/svg/mixed/006.xml
I think it should be a float/block/inline containing block.
Reporter | ||
Comment 2•21 years ago
|
||
More to the point, it shouldn't be an absolute positioning containing block.
That is, it should act as a normal block-level element, not like a
position:relative block.
Summary: <foreignObject> should not be a containing block → <foreignObject> should not be an absolute positioning containing block
![]() |
||
Comment 3•20 years ago
|
||
Mass reassign of SVG bugs that aren't currently being worked on by Alex to
general@svg.bugs. If you think someone should be assigned to your bug you can
join the #svg channel on mozilla.org's IRC server ( irc://irc.mozilla.org/svg )
where you can try to convince one of the SVG hackers to work on it. We aren't
always there, so if you don't get a response straight away please try again later.
Assignee: alex → general
I think the spec should probably be changed here. I'm not sure about containing position:fixed, though.
![]() |
||
Comment 5•16 years ago
|
||
See bug 290852 for the position:fixed part.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•