@@ -83996,23 +83996,23 @@ body { display:none }
83996
83996
<dfn data-x="autocapitalization hint">autocapitalization hints</dfn>, defined as follows:</p>
83997
83997
83998
83998
<dl>
83999
- <dt><dfn data-x="autocap-hint-default">default </dfn></dt>
83999
+ <dt><dfn data-x="autocap-hint-default">Default </dfn></dt>
84000
84000
<dd><p>The user agent and input method should make their own determination of whether or not to
84001
84001
enable autocapitalization.</p></dd>
84002
84002
84003
- <dt><dfn data-x="autocap-hint-none">none </dfn></dt>
84003
+ <dt><dfn data-x="autocap-hint-none">None </dfn></dt>
84004
84004
<dd><p>No autocapitalization should be applied (all letters should default to
84005
84005
lowercase).</p></dd>
84006
84006
84007
- <dt><dfn data-x="autocap-hint-sentences">sentences </dfn></dt>
84007
+ <dt><dfn data-x="autocap-hint-sentences">Sentences </dfn></dt>
84008
84008
<dd><p>The first letter of each sentence should default to a capital letter; all other letters
84009
84009
should default to lowercase.</p></dd>
84010
84010
84011
- <dt><dfn data-x="autocap-hint-words">words </dfn></dt>
84011
+ <dt><dfn data-x="autocap-hint-words">Words </dfn></dt>
84012
84012
<dd><p>The first letter of each word should default to a capital letter; all other letters should
84013
84013
default to lowercase.</p></dd>
84014
84014
84015
- <dt><dfn data-x="autocap-hint-characters">characters </dfn></dt>
84015
+ <dt><dfn data-x="autocap-hint-characters">Characters </dfn></dt>
84016
84016
<dd><p>All letters should default to uppercase.</p></dd>
84017
84017
</dl>
84018
84018
@@ -84034,33 +84034,33 @@ body { display:none }
84034
84034
<td><dfn attr-value for="html-global/autocapitalize"><code
84035
84035
data-x="attr-autocapitalize-off">off</code></dfn>
84036
84036
84037
- <td rowspan="2"><span data-x="autocap-hint-none">none </span>
84037
+ <td rowspan="2"><span data-x="autocap-hint-none">None </span>
84038
84038
<tr>
84039
84039
<td><dfn attr-value for="html-global/autocapitalize"><code
84040
84040
data-x="attr-autocapitalize-none">none</code></dfn>
84041
84041
<tr>
84042
84042
<td><dfn attr-value for="html-global/autocapitalize"><code
84043
84043
data-x="attr-autocapitalize-on">on</code></dfn>
84044
84044
84045
- <td rowspan="2"><span data-x="autocap-hint-sentences">sentences </span>
84045
+ <td rowspan="2"><span data-x="autocap-hint-sentences">Sentences </span>
84046
84046
<tr>
84047
84047
<td><dfn attr-value for="html-global/autocapitalize"><code
84048
84048
data-x="attr-autocapitalize-sentences">sentences</code></dfn>
84049
84049
<tr>
84050
84050
<td><dfn attr-value for="html-global/autocapitalize"><code
84051
84051
data-x="attr-autocapitalize-words">words</code></dfn>
84052
84052
84053
- <td><span data-x="autocap-hint-words">words </span>
84053
+ <td><span data-x="autocap-hint-words">Words </span>
84054
84054
<tr>
84055
84055
<td><dfn attr-value for="html-global/autocapitalize"><code
84056
84056
data-x="attr-autocapitalize-characters">characters</code></dfn>
84057
84057
84058
- <td><span data-x="autocap-hint-characters">characters </span>
84058
+ <td><span data-x="autocap-hint-characters">Characters </span>
84059
84059
</table>
84060
84060
84061
84061
<p>The attribute's <i data-x="missing value default">missing value default</i> is the <span
84062
- data-x="autocap-hint-default">default </span> state, and its <i data-x="invalid value
84063
- default">invalid value default</i> is the <span data-x="autocap-hint-sentences">sentences </span>
84062
+ data-x="autocap-hint-default">Default </span> state, and its <i data-x="invalid value
84063
+ default">invalid value default</i> is the <span data-x="autocap-hint-sentences">Sentences </span>
84064
84064
state.
84065
84065
84066
84066
<dl class="domintro">
@@ -84094,7 +84094,7 @@ body { display:none }
84094
84094
element</span> and has a non-null <span>form owner</span>, return the <span>own
84095
84095
autocapitalization hint</span> of <var>element</var>'s <span>form owner</span>.</p></li>
84096
84096
84097
- <li><p>Return <span data-x="autocap-hint-default">default </span>.</p></li>
84097
+ <li><p>Return <span data-x="autocap-hint-default">Default </span>.</p></li>
84098
84098
</ol>
84099
84099
84100
84100
<p>The <dfn attribute for="HTMLElement"><code
@@ -84104,13 +84104,13 @@ body { display:none }
84104
84104
<li><p>Let <var>state</var> be the <span>own autocapitalization hint</span> of
84105
84105
<span>this</span>.</p></li>
84106
84106
84107
- <li><p>If <var>state</var> is <span data-x="autocap-hint-default">default </span>, then return the
84107
+ <li><p>If <var>state</var> is <span data-x="autocap-hint-default">Default </span>, then return the
84108
84108
empty string.</p></li>
84109
84109
84110
- <li><p>If <var>state</var> is <span data-x="autocap-hint-none">none </span>, then return "<code
84110
+ <li><p>If <var>state</var> is <span data-x="autocap-hint-none">None </span>, then return "<code
84111
84111
data-x="attr-autocapitalize-none">none</code>".</p></li>
84112
84112
84113
- <li><p>If <var>state</var> is <span data-x="autocap-hint-sentences">sentences </span>, then return
84113
+ <li><p>If <var>state</var> is <span data-x="autocap-hint-sentences">Sentences </span>, then return
84114
84114
"<code data-x="attr-autocapitalize-sentences">sentences</code>".</p></li>
84115
84115
84116
84116
<li><p>Return the keyword value corresponding to <var>state</var>.</p></li>
@@ -84135,7 +84135,7 @@ body { display:none }
84135
84135
data-x="attr-input-type">type</code> attribute is in one of the <span
84136
84136
data-x="attr-input-type-url">URL</span>, <span data-x="attr-input-type-email">Email</span>, or
84137
84137
<span data-x="attr-input-type-password">Password</span> states, then return <span
84138
- data-x="autocap-hint-default">default </span>.</p></li>
84138
+ data-x="autocap-hint-default">Default </span>.</p></li>
84139
84139
84140
84140
<li><p>If <var>element</var> is an <code>input</code> element or a <code>textarea</code> element,
84141
84141
then return <var>element</var>'s <span>own autocapitalization hint</span>.</p></li>
@@ -84191,24 +84191,24 @@ body { display:none }
84191
84191
<tr>
84192
84192
<td><dfn attr-value for="html-global/autocorrect"><code
84193
84193
data-x="attr-autocorrect-on">on</code></dfn>
84194
- <td><dfn data-x="concept-autocorrection-on">on </dfn>
84194
+ <td><dfn data-x="concept-autocorrection-on">On </dfn>
84195
84195
<td>The user agent is permitted to automatically correct spelling errors while the user types.
84196
84196
Whether spelling is automatically corrected while typing left is for the user agent to decide,
84197
84197
and may depend on the element as well as the user's preferences.
84198
84198
<tr>
84199
84199
<td><dfn attr-value for="html-global/autocorrect"><code data-x="attr-autocorrect-off">off</code></dfn>
84200
- <td><dfn data-x="concept-autocorrection-off">off </dfn>
84200
+ <td><dfn data-x="concept-autocorrection-off">Off </dfn>
84201
84201
<td>The user agent is not allowed to automatically correct spelling while the user types.
84202
84202
</table>
84203
84203
84204
84204
<p>The attribute's <i data-x="invalid value default">invalid value default</i>, <i data-x="missing
84205
84205
value default">missing value default</i>, and <i data-x="empty value default">empty value
84206
- default</i> are all the <span data-x="concept-autocorrection-on">on </span> state.</p>
84206
+ default</i> are all the <span data-x="concept-autocorrection-on">On </span> state.</p>
84207
84207
84208
84208
<p>The <dfn attribute for="HTMLElement"><code data-x="dom-autocorrect">autocorrect</code></dfn>
84209
84209
getter steps are: return true if the element's <span>used autocorrection state</span> is <span
84210
- data-x="concept-autocorrection-on">on </span> and false if the element's <span>used autocorrection
84211
- state</span> is <span data-x="concept-autocorrection-off">off </span>. The setter steps are: if the
84210
+ data-x="concept-autocorrection-on">On </span> and false if the element's <span>used autocorrection
84211
+ state</span> is <span data-x="concept-autocorrection-off">Off </span>. The setter steps are: if the
84212
84212
given value is true, then the element's <code data-x="attr-autocorrect">autocorrect</code>
84213
84213
attribute must be set to "<code data-x="">on</code>"; otherwise it must be set to "<code
84214
84214
data-x="">off</code>".</p>
@@ -84221,7 +84221,7 @@ body { display:none }
84221
84221
data-x="attr-input-type">type</code> attribute is in one of the <span
84222
84222
data-x="attr-input-type-url">URL</span>, <span data-x="attr-input-type-email">Email</span>, or
84223
84223
<span data-x="attr-input-type-password">Password</span> states, then return <span
84224
- data-x="concept-autocorrection-off">off </span>.</p></li>
84224
+ data-x="concept-autocorrection-off">Off </span>.</p></li>
84225
84225
84226
84226
<li><p>If the <code data-x="attr-autocorrect">autocorrect</code> content attribute is present on
84227
84227
<var>element</var>, then return the state of the attribute.</p></li>
@@ -84232,7 +84232,7 @@ body { display:none }
84232
84232
<var>element</var>'s <span>form owner</span>'s <code data-x="attr-autocorrect">autocorrect</code>
84233
84233
attribute.</p></li>
84234
84234
84235
- <li><p>Return <span data-x="concept-autocorrection-on">on </span>.</p></li>
84235
+ <li><p>Return <span data-x="concept-autocorrection-on">On </span>.</p></li>
84236
84236
</ol>
84237
84237
84238
84238
<dl class="domintro">
0 commit comments