aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/guide
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-26 15:31:56 -0400
committerIrvin <irvinfly@gmail.com>2021-07-27 12:52:01 +0800
commit13db12ce5c9cfe0c433f35587035dce15eedf294 (patch)
tree20671d4a0fda745d305ba2b38037f25f6fbdce58 /files/zh-cn/web/guide
parentc53c05cd5c3e7eafdfeb437d02ddad4c9e00ae3d (diff)
downloadtranslated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.tar.gz
translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.tar.bz2
translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.zip
remove link 'title' attributes that's just the 'href' (zh-cn)
Diffstat (limited to 'files/zh-cn/web/guide')
-rw-r--r--files/zh-cn/web/guide/audio_and_video_delivery/index.html2
-rw-r--r--files/zh-cn/web/guide/html/constraint_validation/index.html2
-rw-r--r--files/zh-cn/web/guide/introduction_to_web_development/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/guide/audio_and_video_delivery/index.html b/files/zh-cn/web/guide/audio_and_video_delivery/index.html
index 9bd903c722..c0319223db 100644
--- a/files/zh-cn/web/guide/audio_and_video_delivery/index.html
+++ b/files/zh-cn/web/guide/audio_and_video_delivery/index.html
@@ -428,7 +428,7 @@ AddType video/webm webmv</pre>
</dl>
<div class="note">
-<p><strong>Note</strong>: Firefox OS versions 1.3 and above support the <a href="http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol" title="http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol">RTSP</a> protocol for streaming video delivery. A fallback solution for older versions would be to use <code>&lt;video&gt;</code> along with a suitable format for Gecko (such as WebM) to serve fallback content. More information will be published on this in good time.</p>
+<p><strong>Note</strong>: Firefox OS versions 1.3 and above support the <a href="http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol">RTSP</a> protocol for streaming video delivery. A fallback solution for older versions would be to use <code>&lt;video&gt;</code> along with a suitable format for Gecko (such as WebM) to serve fallback content. More information will be published on this in good time.</p>
</div>
<h2 id="References">References</h2>
diff --git a/files/zh-cn/web/guide/html/constraint_validation/index.html b/files/zh-cn/web/guide/html/constraint_validation/index.html
index e9980168c7..f7c6aa585d 100644
--- a/files/zh-cn/web/guide/html/constraint_validation/index.html
+++ b/files/zh-cn/web/guide/html/constraint_validation/index.html
@@ -52,7 +52,7 @@ tags:
<td>The value must follow the <a class="external" href="http://www.ietf.org/rfc/std/std68.txt" title="http://www.ietf.org/rfc/std/std68.txt">ABNF</a> production: <code>1*( atext / "." ) "@" ldh-str 1*( "." ldh-str )</code> where:
<ul>
<li><code>atext</code> is defined in <a class="external" href="http://tools.ietf.org/html/rfc5322" title="http://tools.ietf.org/html/rfc5322">RFC 5322</a>, i.e., a US-ASCII letter (<span style="font-family: courier new;">A</span> to <span style="font-family: courier new;">Z</span> and <span style="font-family: courier new;">a</span>-<span style="font-family: courier new;">z</span>), a digit (<span style="font-family: courier new;">0</span> to <span style="font-family: courier new;">9</span>) or one of the following<span style="font-family: courier new;">! # $ % &amp; ' * + - / = ? ` { } | ~ </span>special character,</li>
- <li><code>ldh-str</code> is defined in <a class="external" href="http://www.apps.ietf.org/rfc/rfc1034.html#sec-3.5" title="http://www.apps.ietf.org/rfc/rfc1034.html#sec-3.5">RFC 1034</a>, i.e., US-ASCII letters, mixed with digits and <span style="font-family: courier new;">-</span> grouped in words separated by a dot (<span style="font-family: courier new;">.</span>).</li>
+ <li><code>ldh-str</code> is defined in <a class="external" href="http://www.apps.ietf.org/rfc/rfc1034.html#sec-3.5">RFC 1034</a>, i.e., US-ASCII letters, mixed with digits and <span style="font-family: courier new;">-</span> grouped in words separated by a dot (<span style="font-family: courier new;">.</span>).</li>
</ul>
<div class="note"><strong>Note:</strong> if the {{ htmlattrxref("multiple", "input") }} attribute is set, several e-mail addresses can be set, as a comma-separated list, for this input. If any of these do not satisfy the condition described here, the <strong>Type mismatch </strong>constraint violation is triggered.</div>
diff --git a/files/zh-cn/web/guide/introduction_to_web_development/index.html b/files/zh-cn/web/guide/introduction_to_web_development/index.html
index 13a6b590b2..59df0e6558 100644
--- a/files/zh-cn/web/guide/introduction_to_web_development/index.html
+++ b/files/zh-cn/web/guide/introduction_to_web_development/index.html
@@ -18,7 +18,7 @@ original_slug: Web_Development/Introduction_to_Web_development
<h2 id="资源">资源</h2>
<dl>
<dt>
- <a class="external" href="http://www.w3schools.com.cn/" title="http://www.w3schools.com.cn/">w3schools</a></dt>
+ <a class="external" href="http://www.w3schools.com.cn/">w3schools</a></dt>
<dd>
免费Web开发教程,从HTML入门到进阶Web技术。</dd>
</dl>