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

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

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:
Download patch
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | sdk/lib/internal/sort.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dartium/html_dartium.dart
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
index 77a2613ceac513bffebcbfeeec8c80577c381316..d133401e179e7b57c6f0ccdc11f9c9e599846479 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -13089,7 +13089,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.
@@ -13104,7 +13104,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
@@ -13119,7 +13119,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
@@ -13132,7 +13132,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
@@ -14875,7 +14875,7 @@ class Element extends Node
/**
* 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.
@@ -14891,7 +14891,7 @@ class Element extends Node
/**
* 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
@@ -14912,7 +14912,7 @@ class Element extends Node
* 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
@@ -14931,7 +14931,7 @@ class Element extends Node
* 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
@@ -22361,7 +22361,7 @@ class HttpRequest extends HttpRequestEventTarget {
*
* Note: Most simple HTTP requests can be accomplished using the [getString],
* [request], [requestCrossOrigin], or [postFormData] methods. Use of this
- * `open` method is intended only for more complext HTTP requests where
+ * `open` method is intended only for more complex HTTP requests where
* finer-grained control is needed.
*/
@DomName('XMLHttpRequest.open')
@@ -29576,7 +29576,7 @@ class Node extends EventTarget {
_blink.BlinkNode.instance.previousSibling_Getter_(this);
/**
- * All text within this node and its decendents.
+ * All text within this node and its descendents.
*
* ## Other resources
*
@@ -29588,7 +29588,7 @@ class Node extends EventTarget {
String get text => _blink.BlinkNode.instance.textContent_Getter_(this);
/**
- * All text within this node and its decendents.
+ * All text within this node and its descendents.
*
* ## Other resources
*
@@ -29617,7 +29617,7 @@ class Node extends EventTarget {
/**
* Returns a copy of this node.
*
- * If [deep] is `true`, then all of this node's children and decendents are
+ * If [deep] is `true`, then all of this node's children and descendents are
* copied as well. If [deep] is `false`, then only this node is copied.
*
* ## Other resources
@@ -39196,7 +39196,7 @@ class Touch extends DartHtmlDomObject {
_blink.BlinkTouch.instance.target_Getter_(this));
// As of Chrome 37, these all changed from long to double. This code
-// preserves backwards compatability for the time being.
+// preserves backwards compatibility for the time being.
int get __clientX => _blink.BlinkTouch.instance.clientX_Getter_(this).round();
int get __clientY => _blink.BlinkTouch.instance.clientY_Getter_(this).round();
int get __screenX => _blink.BlinkTouch.instance.screenX_Getter_(this).round();
@@ -48964,7 +48964,7 @@ class _KeyboardEventHandler extends EventStreamProvider<KeyEvent> {
}
/**
- * Given the charater code returned from a keyDown [event], try to ascertain
+ * Given the character code returned from a keyDown [event], try to ascertain
* and return the corresponding charCode for the character that was pressed.
* This information is not shown to the user, but used to help polyfill
* keypress events.
@@ -51247,7 +51247,7 @@ class _Utils {
}
/**
- * Adds all candidate String completitions from [declarations] to [output]
+ * Adds all candidate String completions from [declarations] to [output]
* filtering based on [staticContext] and [includePrivate].
*/
static void _getCompletionsHelper(ClassMirror classMirror, bool staticContext,
@@ -51325,7 +51325,7 @@ class _Utils {
}
/**
- * Get valid code completitions from within a library and all libraries
+ * Get valid code completions from within a library and all libraries
* imported by that library.
*/
static List<String> getLibraryCompletionsIncludingImports(String url) {
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | sdk/lib/internal/sort.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698