| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index 0b317eefaee5dbf09eee20fcf97e428c34de0054..a7a91c24c65601822b9123dc7f4bd3c53f87ba17 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -204,7 +204,7 @@ abstract class ElementList<T extends Element> extends ListBase<T> {
|
| *
|
| * Setting the height or width properties will set the height or width
|
| * property for all elements in the list. This returns a rectangle with the
|
| - * dimenions actually available for content
|
| + * dimensions actually available for content
|
| * in this element, in pixels, regardless of this element's box-sizing
|
| * property. Getting the height or width returns the height or width of the
|
| * first Element in this list.
|
| @@ -219,7 +219,7 @@ abstract class ElementList<T extends Element> extends ListBase<T> {
|
| * Access dimensions and position of the first Element's content + padding box
|
| * in this list.
|
| *
|
| - * This returns a rectangle with the dimenions actually available for content
|
| + * This returns a rectangle with the dimensions actually available for content
|
| * in this element, in pixels, regardless of this element's box-sizing
|
| * property. Unlike [getBoundingClientRect], the dimensions of this rectangle
|
| * will return the same numerical height if the element is hidden or not. This
|
| @@ -234,7 +234,7 @@ abstract class ElementList<T extends Element> extends ListBase<T> {
|
| * Access dimensions and position of the first Element's content + padding +
|
| * border box in this list.
|
| *
|
| - * This returns a rectangle with the dimenions actually available for content
|
| + * This returns a rectangle with the dimensions actually available for content
|
| * in this element, in pixels, regardless of this element's box-sizing
|
| * property. Unlike [getBoundingClientRect], the dimensions of this rectangle
|
| * will return the same numerical height if the element is hidden or not. This
|
| @@ -247,7 +247,7 @@ abstract class ElementList<T extends Element> extends ListBase<T> {
|
| * Access dimensions and position of the first Element's content + padding +
|
| * border + margin box in this list.
|
| *
|
| - * This returns a rectangle with the dimenions actually available for content
|
| + * This returns a rectangle with the dimensions actually available for content
|
| * in this element, in pixels, regardless of this element's box-sizing
|
| * property. Unlike [getBoundingClientRect], the dimensions of this rectangle
|
| * will return the same numerical height if the element is hidden or not. This
|
| @@ -1168,7 +1168,7 @@ $endif
|
| /**
|
| * Access this element's content position.
|
| *
|
| - * This returns a rectangle with the dimenions actually available for content
|
| + * This returns a rectangle with the dimensions actually available for content
|
| * in this element, in pixels, regardless of this element's box-sizing
|
| * property. Unlike [getBoundingClientRect], the dimensions of this rectangle
|
| * will return the same numerical height if the element is hidden or not.
|
| @@ -1184,7 +1184,7 @@ $endif
|
| /**
|
| * Access the dimensions and position of this element's content + padding box.
|
| *
|
| - * This returns a rectangle with the dimenions actually available for content
|
| + * This returns a rectangle with the dimensions actually available for content
|
| * in this element, in pixels, regardless of this element's box-sizing
|
| * property. Unlike [getBoundingClientRect], the dimensions of this rectangle
|
| * will return the same numerical height if the element is hidden or not. This
|
| @@ -1205,7 +1205,7 @@ $endif
|
| * Access the dimensions and position of this element's content + padding +
|
| * border box.
|
| *
|
| - * This returns a rectangle with the dimenions actually available for content
|
| + * This returns a rectangle with the dimensions actually available for content
|
| * in this element, in pixels, regardless of this element's box-sizing
|
| * property. Unlike [getBoundingClientRect], the dimensions of this rectangle
|
| * will return the same numerical height if the element is hidden or not. This
|
| @@ -1224,7 +1224,7 @@ $endif
|
| * Access the dimensions and position of this element's content + padding +
|
| * border + margin box.
|
| *
|
| - * This returns a rectangle with the dimenions actually available for content
|
| + * This returns a rectangle with the dimensions actually available for content
|
| * in this element, in pixels, regardless of this element's box-sizing
|
| * property. Unlike [getBoundingClientRect], the dimensions of this rectangle
|
| * will return the same numerical height if the element is hidden or not. This
|
|
|