Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: tools/dom/templates/html/impl/impl_Element.darttemplate

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dom/src/native_DOMImplementation.dart ('k') | tools/dom/templates/html/impl/impl_Touch.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/dom/src/native_DOMImplementation.dart ('k') | tools/dom/templates/html/impl/impl_Touch.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698