-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoCorrect fix invalid spaces files/zh-cn. #6279
Conversation
@@ -57,7 +57,7 @@ <h3 id="Using_locales">Using <code>locales</code></h3> | |||
|
|||
// the nu extension key requests a numbering system, e.g. Chinese decimal | |||
console.log(bigint.toLocaleString('zh-Hans-CN-u-nu-hanidec')); | |||
// → 一二三,四五六,七八九,一二三,四五六,七八九 | |||
// → 一二三,四五六,七八九,一二三,四五六,七八九 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not right here, and I'm not sure such a case:
这是一个指向维基百科的{{interwiki("wikipedia", "传输控制协议#TCP窗口缩放选项", "TCP 窗口缩放选项")}}。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could just ignore whole lines begin with //
? (/\s*\/\//
)
@@ -573,7 +573,7 @@ <h2 id="其他参考资料">其他参考资料</h2> | |||
|
|||
<h3 id="推荐样式指南">推荐样式指南</h3> | |||
|
|||
<p>如果你在撰写过程中或在格式方面遇到了本文尚未提及的问题,我们建议你参考 <a href="https://docs.microsoft.com/zh-cn/style-guide">微软的风格指南</a>,如果还是不能解决问题,还可参考<a href="https://www.amazon.com/Chicago-Manual-Style-16th/dp/0226104206">芝加哥论文格式</a>,网络上有一份非官方的<a href="https://faculty.cascadia.edu/cma/HIST148/cmscrib.pdf">PDF版本</a></p> | |||
<p>如果你在撰写过程中或在格式方面遇到了本文尚未提及的问题,我们建议你参考 <a href="https://docs.microsoft.com/zh-cn/style-guide">微软的风格指南</a>,如果还是不能解决问题,还可参考<a href="https://www.amazon.com/Chicago-Manual-Style-16th/dp/0226104206">芝加哥论文格式</a>,网络上有一份非官方的<a href="https://faculty.cascadia.edu/cma/HIST148/cmscrib.pdf">PDF 版本</a></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p>如果你在撰写过程中或在格式方面遇到了本文尚未提及的问题,我们建议你参考 <a href="https://docs.microsoft.com/zh-cn/style-guide">微软的风格指南</a>,如果还是不能解决问题,还可参考<a href="https://www.amazon.com/Chicago-Manual-Style-16th/dp/0226104206">芝加哥论文格式</a>,网络上有一份非官方的<a href="https://faculty.cascadia.edu/cma/HIST148/cmscrib.pdf">PDF 版本</a></p> | |
<p>如果你在撰写过程中或在格式方面遇到了本文尚未提及的问题,我们建议你参考 <a href="https://docs.microsoft.com/zh-cn/style-guide">微软的风格指南</a>,如果还是不能解决问题,还可参考<a href="https://www.amazon.com/Chicago-Manual-Style-16th/dp/0226104206">芝加哥论文格式</a>,网络上有一份非官方的<a href="https://faculty.cascadia.edu/cma/HIST148/cmscrib.pdf"> PDF 版本</a></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个PR由自动化脚本完成,而且目前存在一些问题,暂时不需要进行review
|
||
<p>Paciello Group 有一些<a href="https://www.paciellogroup.com/blog/2014/03/screen-reader-support-aria-live-regions/">与活动区域支持状态有关的信息 </a>(2014) ,Paul J. Adam 特别研究了<a href="http://pauljadam.com/demos/aria-atomic-relevant.html"> 对于 <code>Aria-Atomic </code>与 <code>Aria-Relevant</code> 的支持</a>。 </p> | ||
|
||
<ol> | ||
<li><code><strong>aria-atomic</strong></code><strong> </strong>: <code>aria-atomic=BOOLEAN</code> 被用来设置屏幕阅读器是否应该总是将活动区域整个播报,即使区域中只有一部分内容改变。可能的值为 <code>false</code> 或者 <code>true</code> 。默认值为 <code>false</code> 。</li> | ||
<li><code><a href="/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-relevant_attribute" title="/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-relevant_attribute"><strong>aria-relevant</strong></a></code> : <code>aria-relevant=[LIST_OF_CHANGES]</code> 被用来设置哪些类型的改变与活动区域有关。可能的值由以下的一个或者更多组成:<code>additions</code>, <code>removals</code>, <code>text</code>, <code>all</code> 。 默认值是 <code>additions text</code> 。</li> | ||
<li><code><a href="/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-relevant_attribute" title="/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-relevant_attribute"><strong>aria-relevant</strong></a></code> : <code>aria-relevant=[LIST_OF_CHANGES]</code> 被用来设置哪些类型的改变与活动区域有关。可能的值由以下的一个或者更多组成:<code>additions</code>, <code>removals</code>, <code>text</code>, <code>all</code> 。默认值是 <code>additions text</code> 。</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li><code><a href="/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-relevant_attribute" title="/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-relevant_attribute"><strong>aria-relevant</strong></a></code> : <code>aria-relevant=[LIST_OF_CHANGES]</code> 被用来设置哪些类型的改变与活动区域有关。可能的值由以下的一个或者更多组成:<code>additions</code>, <code>removals</code>, <code>text</code>, <code>all</code> 。默认值是 <code>additions text</code> 。</li> | |
<li><code><a href="/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-relevant_attribute" title="/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-relevant_attribute"><strong>aria-relevant</strong></a></code> : <code>aria-relevant=[LIST_OF_CHANGES]</code> 被用来设置哪些类型的改变与活动区域有关。可能的值由以下的一个或者更多组成:<code>additions</code>、<code>removals</code>、<code>text</code>、<code>all</code>。默认值是 <code>additions text</code>。</li> |
<li><code><strong>aria-labelledby</strong></code> : <code>aria-labelledby=[IDLIST]</code> 被用来将一个区域与其标签关联起来,与 aria-control 类似,但将标签与区域关联。标签标识符间用空格隔开。</li> | ||
<li><code><strong>aria-describedby</strong></code> : <code>aria-describedby=[IDLIST]</code> 被用来将一个区域与其描述关联起来,与 aria-control 类似,但将标签与描述关联。描述标识符间用空格隔开。</li> | ||
</ol> | ||
|
||
<h3 id="高级用例_时钟">高级用例: 时钟</h3> | ||
|
||
<p>为了举例说明 <code>aria-atomic</code> ,请考虑一个带有简单时钟的站点,其中显示了小时和分钟。 时钟每分钟更新一次,而新的剩余时间仅会覆盖当前内容。</p> | ||
<p>为了举例说明 <code>aria-atomic</code> ,请考虑一个带有简单时钟的站点,其中显示了小时和分钟。时钟每分钟更新一次,而新的剩余时间仅会覆盖当前内容。</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p>为了举例说明 <code>aria-atomic</code> ,请考虑一个带有简单时钟的站点,其中显示了小时和分钟。时钟每分钟更新一次,而新的剩余时间仅会覆盖当前内容。</p> | |
<p>为了举例说明 <code>aria-atomic</code>,请考虑一个带有简单时钟的站点,其中显示了小时和分钟。时钟每分钟更新一次,而新的剩余时间仅会覆盖当前内容。</p> |
@@ -40,9 +40,9 @@ <h2 id="检查有效性并通知用户">检查有效性并通知用户</h2> | |||
<p>表单有效性检验由这几个步骤组成:</p> | |||
|
|||
<ol> | |||
<li>检查电子邮件地址或输入的名称是否有效。 每个字段都有一组必须通过验证的标准。 为了简化此示例,我们将检查电子邮件地址是否包含“ @”符号,以及名称条目是否包含至少 1 个字符。</li> | |||
<li>检查电子邮件地址或输入的名称是否有效。每个字段都有一组必须通过验证的标准。为了简化此示例,我们将检查电子邮件地址是否包含“ @”符号,以及名称条目是否包含至少 1 个字符。</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li>检查电子邮件地址或输入的名称是否有效。每个字段都有一组必须通过验证的标准。为了简化此示例,我们将检查电子邮件地址是否包含“ @”符号,以及名称条目是否包含至少 1 个字符。</li> | |
<li>检查电子邮件地址或输入的名称是否有效。每个字段都有一组必须通过验证的标准。为了简化此示例,我们将检查电子邮件地址是否包含“@”符号,以及名称条目是否包含至少 1 个字符。</li> |
<li>如果不满足上述条件,则该字段的<code>aria-invalid</code>属性将被赋予“ <code>true</code>”值。</li> | ||
<li>如果不符合条件,用户将被通过警报来通知。 我们将使用简单的 WAI-ARIA 小部件来进行通知,而不是使用 JavaScript 的“<code>alert</code>”功能。 这会通知用户错误,但允许他们继续修改表单而不会失去焦点(由 JavaScript 默认的“<code>alert</code>”功能中的“ <code>onblur</code>”处理函数引起)。</li> | ||
<li>如果不符合条件,用户将被通过警报来通知。我们将使用简单的 WAI-ARIA 小部件来进行通知,而不是使用 JavaScript 的“<code>alert</code>”功能。这会通知用户错误,但允许他们继续修改表单而不会失去焦点(由 JavaScript 默认的“<code>alert</code>”功能中的“ <code>onblur</code>”处理函数引起)。</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li>如果不符合条件,用户将被通过警报来通知。我们将使用简单的 WAI-ARIA 小部件来进行通知,而不是使用 JavaScript 的“<code>alert</code>”功能。这会通知用户错误,但允许他们继续修改表单而不会失去焦点(由 JavaScript 默认的“<code>alert</code>”功能中的“ <code>onblur</code>”处理函数引起)。</li> | |
<li>如果不符合条件,用户将被通过警报来通知。我们将使用简单的 WAI-ARIA 小部件来进行通知,而不是使用 JavaScript 的“<code>alert</code>”功能。这会通知用户错误,但允许他们继续修改表单而不会失去焦点(由 JavaScript 默认的“<code>alert</code>”功能中的“<code>onblur</code>”处理函数引起)。</li> |
<li>在姓名输入框中,只输入你的名。按下 Tab 键时,您会听到警告,提示您输入了无效的姓名。 然后,您可以向后移 Tab 键并更正错误。</li> | ||
<li>输入不带“ @”符号的电子邮件地址。 跳出此字段时,您应该听到一条警告,提示您未输入有效的电子邮件地址。</li> | ||
<li>在姓名输入框中,只输入你的名。按下 Tab 键时,您会听到警告,提示您输入了无效的姓名。然后,您可以向后移 Tab 键并更正错误。</li> | ||
<li>输入不带“ @”符号的电子邮件地址。跳出此字段时,您应该听到一条警告,提示您未输入有效的电子邮件地址。</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li>输入不带“ @”符号的电子邮件地址。跳出此字段时,您应该听到一条警告,提示您未输入有效的电子邮件地址。</li> | |
<li>输入不带“@”符号的电子邮件地址。跳出此字段时,您应该听到一条警告,提示您未输入有效的电子邮件地址。</li> |
#5879