diff --git a/index.bs b/index.bs index 1a2aecc..a36e60d 100644 --- a/index.bs +++ b/index.bs @@ -210,7 +210,7 @@ div.enum-description > table > thead > tr > th { finer-grained autoplay control. -

Query by a Element

+

Query by an Element

       [Exposed=Window]
       partial interface Navigator {
@@ -261,7 +261,7 @@ div.enum-description > table > thead > tr > th {
     
 
     If the result of querying by a constructor is different from the result
-    of querying by a element, authors should take the latter one as a correct
+    of querying by an element, authors should take the latter one as a correct
     result. Example 2 shows a possible scenario.
 
 

Examples

@@ -309,7 +309,7 @@ div.enum-description > table > thead > tr > th { } function handlePlayFailed() { // Show a button to allow users to explicitly start the video and - // display a image element as poster to replace the video. + // display an image element as poster to replace the video. } let video = document.getElementById("video"); diff --git a/index.html b/index.html index 2e12ee2..f4fbedc 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - +