foreignObject and position:fixed children

Does anyone have any opinions on whether the foreignObject element should be a
fixed positioning container block? In other words, should an element inside a
foreignObject with 'position:fixed' on it be fixed to a position relative to the
viewport rectangle established by the foreignObject's x, y, width and height
attributes? Or should it be fixed relative to the next nearest fixed positioning
container block (e.g. the client area of the browser window)?

Received on Sunday, 3 May 2009 01:39:35 UTC