mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibWeb: Use FIXME extended attribute where possible
This commit is contained in:
parent
4d02bfc722
commit
68a1a78a1a
Notes:
sideshowbarker
2024-07-17 03:59:29 +09:00
Author: https://github.com/tcl3
Commit: 68a1a78a1a
Pull-request: https://github.com/SerenityOS/serenity/pull/24381
28 changed files with 95 additions and 95 deletions
|
@ -14,11 +14,11 @@ interface mixin CanvasTextDrawingStyles {
|
|||
attribute DOMString font; // (default 10px sans-serif)
|
||||
attribute CanvasTextAlign textAlign; // (default: "start")
|
||||
attribute CanvasTextBaseline textBaseline; // (default: "alphabetic")
|
||||
// FIXME: attribute CanvasDirection direction; // (default: "inherit")
|
||||
// FIXME: attribute DOMString letterSpacing; // (default: "0px")
|
||||
// FIXME: attribute CanvasFontKerning fontKerning; // (default: "auto")
|
||||
// FIXME: attribute CanvasFontStretch fontStretch; // (default: "normal")
|
||||
// FIXME: attribute CanvasFontVariantCaps fontVariantCaps; // (default: "normal")
|
||||
// FIXME: attribute CanvasTextRendering textRendering; // (default: "auto")
|
||||
// FIXME: attribute DOMString wordSpacing; // (default: "0px")
|
||||
[FIXME] attribute CanvasDirection direction; // (default: "inherit")
|
||||
[FIXME] attribute DOMString letterSpacing; // (default: "0px")
|
||||
[FIXME] attribute CanvasFontKerning fontKerning; // (default: "auto")
|
||||
[FIXME] attribute CanvasFontStretch fontStretch; // (default: "normal")
|
||||
[FIXME] attribute CanvasFontVariantCaps fontVariantCaps; // (default: "normal")
|
||||
[FIXME] attribute CanvasTextRendering textRendering; // (default: "auto")
|
||||
[FIXME] attribute DOMString wordSpacing; // (default: "0px")
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue