Skip to content

Commit 404595e

Browse files
committed
Title case for subsections in 3.x
1 parent 0a92772 commit 404595e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ <h3>Literals</h3>
10021002
</ul>
10031003

10041004
<section>
1005-
<h4>Representation of literals</h4>
1005+
<h4>Representation of Literals</h4>
10061006

10071007
<p>Some concrete syntaxes MAY support
10081008
<dfn data-lt="simple literal" class="export">simple literals</dfn> consisting of only a
@@ -1043,7 +1043,7 @@ <h4>Representation of literals</h4>
10431043
</section>
10441044

10451045
<section>
1046-
<h4>Literal value</h4>
1046+
<h4>Literal Value</h4>
10471047

10481048
<p>The <dfn class="export">literal value</dfn> associated with a <a>literal</a> is defined as follows.</p>
10491049

@@ -1091,7 +1091,7 @@ <h4>Literal value</h4>
10911091
</section>
10921092

10931093
<section id="section-text-direction" class="informative">
1094-
<h4>Initial text direction</h4>
1094+
<h4>Initial Text Direction</h4>
10951095

10961096
<p>The <a>base direction</a> of a <a>directional language-tagged string</a>
10971097
provides a means of establishing the initial direction of text,

0 commit comments

Comments
 (0)