mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb/HTML: Add FIXMEs for CanvasTextDrawingStyle lang attribute
Corresponds to aa586d0ba9
This commit is contained in:
committed by
Tim Ledbetter
parent
f1c88000da
commit
7902d13c28
Notes:
github-actions[bot]
2025-03-14 20:34:30 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/7902d13c28e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3945 Reviewed-by: https://github.com/tcl3 ✅
@@ -11,6 +11,8 @@ enum CanvasTextRendering { "auto", "optimizeSpeed", "optimizeLegibility", "geome
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/canvas.html#canvastextdrawingstyles
|
||||
interface mixin CanvasTextDrawingStyles {
|
||||
// text
|
||||
[FIXME] attribute DOMString lang; // (default: "inherit")
|
||||
attribute DOMString font; // (default 10px sans-serif)
|
||||
attribute CanvasTextAlign textAlign; // (default: "start")
|
||||
attribute CanvasTextBaseline textBaseline; // (default: "alphabetic")
|
||||
|
||||
Reference in New Issue
Block a user