From edd3dc0cb2ccad899920112fa3d67057789ec66a Mon Sep 17 00:00:00 2001
From: ritsyy round", and "square".
On getting, it must return the current value. On setting, if the new value is one of the
- literal strings "butt", "round", and "square", then the current value must be changed to the new value; other values
- must ignored, leaving the value unchanged.
On getting, it must return the current value. On setting, the current value must be changed + to the new value.
When the object implementing the CanvasPathDrawingStyles interface is created, the
lineCap attribute must initially have the value
@@ -60938,10 +60942,8 @@ idea from Mihai:
of corners that UAs will place where two lines meet. The three valid values are
"bevel", "round", and "miter".
On getting, it must return the current value. On setting, if the new value is one of the
- literal strings "bevel", "round", and "miter", then the current value must be changed to the new value; other values
- must be ignored, leaving the value unchanged.
On getting, it must return the current value. On setting, the current value must be changed + to the new value.
When the object implementing the CanvasPathDrawingStyles interface is created, the
lineJoin attribute must initially have the value
@@ -61384,40 +61386,22 @@ transform. ack Shaun Morris. -->
interpreted relative to the normal-weight 10px sans-serif default.
The textAlign IDL attribute, on
- getting, must return the current value. On setting, if the value is one of start, end, left, right, or center, then the value must be changed to the new
- value. Otherwise, the new value must be ignored. When the object implementing the
- CanvasTextDrawingStyles interface is created, the textAlign attribute must initially have the value start.
CanvasTextDrawingStyles interface is
+ created, the textAlign attribute must initially
+ have the value start.
The textBaseline IDL attribute, on
- getting, must return the current value. On setting, if the value is one of top, hanging, middle, alphabetic, ideographic, or bottom, then the value must be changed to the
- new value. Otherwise, the new value must be ignored. When the object implementing the
- CanvasTextDrawingStyles interface is created, the textBaseline attribute must initially have the value
- alphabetic.
CanvasTextDrawingStyles interface is
+ created, the textBaseline attribute must
+ initially have the value alphabetic.
The direction IDL attribute, on
- getting, must return the current value. On setting, if the value is one of "ltr", "rtl", or "inherit", then the value must be changed to the
- new value. Otherwise, the new value must be ignored. When the object implementing the
- CanvasTextDrawingStyles interface is created, the direction attribute must initially have the value "inherit".
CanvasTextDrawingStyles interface is
+ created, the direction attribute must initially
+ have the value "inherit".