Skip to content

Commit 2c06667

Browse files
gkatsevplehegar
authored andcommitted
Fix typo in section 4.2.2 (#445)
Fixes #428
1 parent c9100e0 commit 2c06667

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ the next by a <a>WebVTT line terminator</a>.</p>
17131713

17141714
<p>All <a>WebVTT caption or subtitle cue components</a> bar the HTML character reference may have
17151715
one or more <dfn>cue component class names</dfn> attached to it by separating the cue component
1716-
class name from the cue component start tag using the perido ('.') notation. The class name must
1716+
class name from the cue component start tag using the period ('.') notation. The class name must
17171717
immediately follow the "period" (.).</p>
17181718

17191719
<p><dfn>WebVTT cue internal text</dfn> consists of an optional <a>WebVTT line terminator</a>,

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2743,7 +2743,7 @@ <h4 class="heading settled" data-level="4.2.2" id="caption-text"><span class="se
27432743
</ul>
27442744
<p>All <a data-link-type="dfn" href="#webvtt-caption-or-subtitle-cue-components" id="ref-for-webvtt-caption-or-subtitle-cue-components-2">WebVTT caption or subtitle cue components</a> bar the HTML character reference may have
27452745
one or more <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="cue-component-class-names">cue component class names</dfn> attached to it by separating the cue component
2746-
class name from the cue component start tag using the perido ('.') notation. The class name must
2746+
class name from the cue component start tag using the period ('.') notation. The class name must
27472747
immediately follow the "period" (.).</p>
27482748
<p><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="webvtt-cue-internal-text">WebVTT cue internal text</dfn> consists of an optional <a data-link-type="dfn" href="#webvtt-line-terminator" id="ref-for-webvtt-line-terminator-21">WebVTT line terminator</a>,
27492749
followed by zero or more <a data-link-type="dfn" href="#webvtt-caption-or-subtitle-cue-components" id="ref-for-webvtt-caption-or-subtitle-cue-components-3">WebVTT caption or subtitle cue components</a>, in any order, each

0 commit comments

Comments
 (0)