This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
A problem exists such that when a user changes the zooming level in the browser a canvas author needs to be able to assess the resolution to rescale the canvas accordingly. When zoom changes occur a resize event is transmitted in many browsers. In order to properly redraw the canvas the windows screen logical DPI x and y data need to spec'd in HTML 5 so as to be consistent across browsers. This will address canvas clarity issues during zooming.
This is a CSSOM issue. Anne, what component should I use for CSSOM issues?
Mike, maybe you can make a component? It might take quite a while by the way before I address this. My backlog is huge and I do not have time soon.
HTML A11Y TF assigning to Doug to take a look because Anne known unavailable for a while.
Looks like WebKit is going to go with the Microsoft window.screen extensions. I'll post an update when/if it hits their code base. logicalXDPI, logicalYDPI http://msdn.microsoft.com/en-us/library/ms535868(v=vs.85).aspx
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#dom-screen-canvasresolution