w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
351 stars 38 forks source link

browsing context: print: enforce minimum page size dimensions #522

Closed thiagowfx closed 11 months ago

thiagowfx commented 12 months ago

The minimum possible page size is 1x1 point.

1 point is equal to (2.54 / 72) cm.

Docs: https://www.w3.org/TR/css3-values/#absolute-lengths Docs: https://stackoverflow.com/questions/139655/convert-pixels-to-points WPT: https://github.com/web-platform-tests/wpt/pull/40872 Fixed: #473


Preview | Diff

thiagowfx commented 12 months ago

It would be nice to have another vendor than Google review it as well: cc @whimboo @jgraham

thiagowfx commented 11 months ago

Ping