- From: L. David Baron <dbaron@dbaron.org>
- Date: Wed, 23 Jan 2013 11:33:48 +0000
- To: whatwg@whatwg.org
A few comments on the 'position: absolute-anchored': http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#css-position-absolute-anchored (1) The interaction with CSS transforms is different from the interaction that 'position: fixed' has. Is that intentional? (Elements with a CSS transform establish a containing block for position:fixed elements.) If it is intentional, are implementors really ok with that (given the desire to be able to do things like animate transforms on another thread, and interactions with things like z-ordering rules)? (2) I think it's unacceptable to have a computed value that's not specifiable in CSS; it breaks basic ideas of round-tripping and the CSS OM. (3) Is there a way to get notified when new CSS features are added to the HTML spec? I only happened to stumble across this one. -David -- 𝄞 L. David Baron http://dbaron.org/ 𝄂 𝄢 Mozilla http://www.mozilla.org/ 𝄂
Received on Wednesday, 23 January 2013 11:34:16 UTC