IDL: Add missing #imports

This commit is contained in:
Matthew Olsson
2023-11-08 11:04:56 -07:00
committed by Andreas Kling
parent 3ff481938e
commit 1a94241f58
30 changed files with 47 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#import <HTML/CanvasRenderingContext2D.idl>
// https://html.spec.whatwg.org/multipage/canvas.html#canvastextalign
// enum CanvasTextAlign { "start", "end", "left", "right", "center" };
// enum CanvasTextBaseline { "top", "hanging", "middle", "alphabetic", "ideographic", "bottom" };