[csswg-drafts] [CSS2] Technical term 'canvas origin' not defined (#4970)

yroc has just created a new issue for https://github.com/w3c/csswg-drafts:

== [CSS2] Technical term 'canvas origin' not defined ==
The term _canvas origin_, used in [10.1 Definition of "containing block"](https://drafts.csswg.org/css2/visudet.html#containing-block-details)

> The containing block in which the root element lives is a rectangle called the initial containing block. For continuous media, it has the dimensions of the viewport and is anchored at the canvas origin; it is the page area for paged media. The 'direction' property of the initial containing block is the same as for the root element.

and in [E.2 Painting order](https://drafts.csswg.org/css2/zindex.html#painting-order)

> The canvas is transparent if contained within another, and given a UA-defined color if it is not. It is infinite in extent and contains the root element. Initially, the viewport is anchored with its top left corner at the canvas origin.

doesn't appear to be defined anywhere in the spec.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4970 using your GitHub account

Received on Saturday, 18 April 2020 21:12:35 UTC