aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-05 18:52:37 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-05 18:52:37 +0100
commit08a04d85393a0bb5721a17328df62c4915c487c5 (patch)
treeea226febdf775a158b9b110459697a090fdfbe8e /files/zh-cn/web/api
parent7425818d30fbc66df26cedebc612e8e83a332c56 (diff)
downloadtranslated-content-08a04d85393a0bb5721a17328df62c4915c487c5.tar.gz
translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.tar.bz2
translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.zip
fix some macros for zh-cn
Diffstat (limited to 'files/zh-cn/web/api')
-rw-r--r--files/zh-cn/web/api/element/setattribute/index.html2
-rw-r--r--files/zh-cn/web/api/file_handle_api/index.html2
-rw-r--r--files/zh-cn/web/api/globaleventhandlers/ontransitioncancel/index.html2
-rw-r--r--files/zh-cn/web/api/htmltablerowelement/rowindex/index.html10
-rw-r--r--files/zh-cn/web/api/location/tostring/index.html6
-rw-r--r--files/zh-cn/web/api/request/context/index.html8
-rw-r--r--files/zh-cn/web/api/speechsynthesisutterance/voice/index.html2
-rw-r--r--files/zh-cn/web/api/svggraphicselement/index.html16
8 files changed, 24 insertions, 24 deletions
diff --git a/files/zh-cn/web/api/element/setattribute/index.html b/files/zh-cn/web/api/element/setattribute/index.html
index 0855bc31f6..4763c9fe9e 100644
--- a/files/zh-cn/web/api/element/setattribute/index.html
+++ b/files/zh-cn/web/api/element/setattribute/index.html
@@ -39,7 +39,7 @@ translation_of: Web/API/Element/setAttribute
<p>布尔属性(原文是Boolean attributes)只要出现在元素上就会被认为是 <code>true</code> ,无论它的值是什么; 一般来说, 你应该将 <code>value</code> 设置为空字符串 (<code>""</code>) 。(一些人使用这个属性的名称作为值; 这不会出现什么问题,但这是不规范的). See the {{anch("Example", "example")}} below for a practical demonstration.</p>
-<p>由于将指定的值转换为字符串,因此指定null不一定能达到您的期望。 而不是删除属性或将其值设置为{{jsxref(“ null”)}},而是将属性的值设置为字符串“ null”。 如果要删除属性,请调用{{domxref(“ Element.removeAttribute”,“ removeAttribute()”)}}}。</p>
+<p>由于将指定的值转换为字符串,因此指定null不一定能达到您的期望。 而不是删除属性或将其值设置为{{jsxref("null")}},而是将属性的值设置为字符串“ null”。 如果要删除属性,请调用{{domxref("Element.removeAttribute”,“ removeAttribute()")}}}。</p>
<h3 id="返回值">返回值</h3>
diff --git a/files/zh-cn/web/api/file_handle_api/index.html b/files/zh-cn/web/api/file_handle_api/index.html
index 84a22d51e6..d1ab4f5f24 100644
--- a/files/zh-cn/web/api/file_handle_api/index.html
+++ b/files/zh-cn/web/api/file_handle_api/index.html
@@ -24,7 +24,7 @@ translation_of: Web/API/File_Handle_API
<h3 id="创建文件句柄">创建文件句柄</h3>
-<p>因为目的是允许通过IndexedDB存储文件,所以创建{{domxref(“ FileHandle”)}}实例需要<a href="/en-US/docs/IndexedDB/IDBFactory#open" title="IndexedDB/IDBFactory#open">IndexedDB Database</a>。</p>
+<p>因为目的是允许通过IndexedDB存储文件,所以创建{{domxref("FileHandle")}}实例需要<a href="/en-US/docs/IndexedDB/IDBFactory#open" title="IndexedDB/IDBFactory#open">IndexedDB Database</a>。</p>
<div style="overflow: hidden;">
<pre class="brush: js notranslate">var IDBReq = indexedDB.open("myFileStorageDataBase");
diff --git a/files/zh-cn/web/api/globaleventhandlers/ontransitioncancel/index.html b/files/zh-cn/web/api/globaleventhandlers/ontransitioncancel/index.html
index b6f15f3181..e476a7a4a1 100644
--- a/files/zh-cn/web/api/globaleventhandlers/ontransitioncancel/index.html
+++ b/files/zh-cn/web/api/globaleventhandlers/ontransitioncancel/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/GlobalEventHandlers/ontransitioncancel
<p>当CSS转换被取消时,transitioncancel事件被触发。当以下情况时,过渡被取消::</p>
<ul>
- <li>应用于目标的{{cssxref(“transition-property”)}}属性的值被更改</li>
+ <li>应用于目标的{{cssxref("transition-property")}}属性的值被更改</li>
<li>{{cssxref("display")}}属性被设置为"none"。</li>
<li>转换在运行到完成之前就停止了,例如通过将鼠标移出悬浮过渡元素。</li>
</ul>
diff --git a/files/zh-cn/web/api/htmltablerowelement/rowindex/index.html b/files/zh-cn/web/api/htmltablerowelement/rowindex/index.html
index 03e5ed41b7..0e10295803 100644
--- a/files/zh-cn/web/api/htmltablerowelement/rowindex/index.html
+++ b/files/zh-cn/web/api/htmltablerowelement/rowindex/index.html
@@ -3,11 +3,11 @@ title: HTMLTableRowElement.rowIndex
slug: Web/API/HTMLTableRowElement/rowIndex
translation_of: Web/API/HTMLTableRowElement/rowIndex
---
-<div><font><font>{{APIRef(“ HTML DOM”)}}</font></font></div>
+<div><font><font>{{APIRef("HTML DOM")}}</font></font></div>
-<p><font><font>的</font></font><strong><code>HTMLTableRowElement.rowIndex</code></strong><font><font>只读属性表示一个行相对于整个位置{{的HtmlElement(“表”)}}。</font></font></p>
+<p><font><font>的</font></font><strong><code>HTMLTableRowElement.rowIndex</code></strong><font><font>只读属性表示一个行相对于整个位置{{的HtmlElement("表")}}。</font></font></p>
-<p><font><font>即使{{HtmlElement(“ thead”)}},{{HtmlElement(“ tbody”)}}和{{HtmlElement(“ tfoot”)}}}的元素在HTML中乱序显示,浏览器也会以正确的顺序。</font><font>因此,行数从</font></font><code>&lt;thead&gt;</code><font><font>到</font></font><code>&lt;tbody&gt;</code><font><font>,从</font></font><code>&lt;tbody&gt;</code><font><font>到</font></font><code>&lt;tfoot&gt;</code><font><font>。</font></font></p>
+<p><font><font>即使{{HtmlElement("thead")}},{{HtmlElement("tbody")}}和{{HtmlElement("tfoot")}}}的元素在HTML中乱序显示,浏览器也会以正确的顺序。</font><font>因此,行数从</font></font><code>&lt;thead&gt;</code><font><font>到</font></font><code>&lt;tbody&gt;</code><font><font>,从</font></font><code>&lt;tbody&gt;</code><font><font>到</font></font><code>&lt;tfoot&gt;</code><font><font>。</font></font></p>
<h2 id="句法"><font><font>句法</font></font></h2>
@@ -49,10 +49,10 @@ rows.forEach((row)=&gt; {</font></font><font><font>
<h3 id="结果"><font><font>结果</font></font></h3>
-<p><font><font>{{EmbedLiveSample(“ Example”)}}</font></font></p>
+<p><font><font>{{EmbedLiveSample("Example")}}</font></font></p>
<h2 id="浏览器兼容性"><font><font>浏览器兼容性</font></font></h2>
<div class="hidden"><font><font>此页面上的兼容性表是根据结构化数据生成的。</font><font>如果您想提供数据,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们​​发送请求请求。</font></font></div>
-<p><font><font>{{Compat(“ api.HTMLTableRowElement.rowIndex”)}}</font></font></p>
+<p><font><font>{{Compat("api.HTMLTableRowElement.rowIndex")}}</font></font></p>
diff --git a/files/zh-cn/web/api/location/tostring/index.html b/files/zh-cn/web/api/location/tostring/index.html
index 84a5fdddff..6af60a303c 100644
--- a/files/zh-cn/web/api/location/tostring/index.html
+++ b/files/zh-cn/web/api/location/tostring/index.html
@@ -3,9 +3,9 @@ title: 'Location: toString()'
slug: Web/API/Location/toString
translation_of: Web/API/Location/toString
---
-<p><font><font>{{ApiRef(“ Location”)}}</font></font></p>
+<p><font><font>{{ApiRef("Location")}}</font></font></p>
-<p><strong><code>toString()</code></strong><font><font>{{domxref(“ Location”)}}接口</font><font>的</font><font>stringifier方法返回包含整个URL的{{domxref(“ USVString”)}}}。</font><font>它是{{domxref(“ Location.href”)}}的只读版本。</font></font></p>
+<p><strong><code>toString()</code></strong><font><font>{{domxref("Location")}}接口</font><font>的</font><font>stringifier方法返回包含整个URL的{{domxref("USVString")}}}。</font><font>它是{{domxref("Location.href")}}的只读版本。</font></font></p>
<h2 id="句法"><font><font>句法</font></font></h2>
@@ -39,4 +39,4 @@ var result = anchor.toString(); // Returns: 'https://developer.mozilla.org/en-US
<div class="hidden"><font><font>此页面上的兼容性表是根据结构化数据生成的。</font><font>如果您想贡献数据,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们​​发送请求请求。</font></font></div>
-<p><font><font>{{Compat(“ api.Location.toString”)}}</font></font></p>
+<p><font><font>{{Compat("api.Location.toString")}}</font></font></p>
diff --git a/files/zh-cn/web/api/request/context/index.html b/files/zh-cn/web/api/request/context/index.html
index c1ecbc28a0..98730ceb60 100644
--- a/files/zh-cn/web/api/request/context/index.html
+++ b/files/zh-cn/web/api/request/context/index.html
@@ -5,9 +5,9 @@ translation_of: Web/API/Request/context
---
<div>{{APIRef("Fetch")}}{{deprecated_header()}}</div>
-<p><span class="seoSummary">The deprecated </span><font><font>弃用</font></font><strong><code>context</code></strong><font><font>所述的只读属性{{domxref(“请求”)}}接口包含请求的上下文(例如,</font></font><code>audio</code><font><font>,</font></font><code>image</code><font><font>,</font></font><code>iframe</code><font><font>)。</font></font><font><font>这定义了要获取的资源类型。</font><font>它已由{{domxref(“ Request.destination”,“ destination”)}}属性取代。</font></font> This defines what sort of resource is being fetched. This has been replaced by the {{domxref("Request.destination", "destination")}} property.</p>
+<p><span class="seoSummary">The deprecated </span><font><font>弃用</font></font><strong><code>context</code></strong><font><font>所述的只读属性{{domxref("请求")}}接口包含请求的上下文(例如,</font></font><code>audio</code><font><font>,</font></font><code>image</code><font><font>,</font></font><code>iframe</code><font><font>)。</font></font><font><font>这定义了要获取的资源类型。</font><font>它已由{{domxref("Request.destination”,“ destination")}}属性取代。</font></font> This defines what sort of resource is being fetched. This has been replaced by the {{domxref("Request.destination", "destination")}} property.</p>
-<p>The context of a request is only relevant in the <font><font>请求的上下文仅与</font></font><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/ServiceWorker_API"><font><font>ServiceWorker API</font></font></a><font><font>相关</font><font>;</font><font>服务人员可以根据URL是用于图像还是可嵌入对象(例如{{htmlelement(“视频”)}},{{domxref(“ iframe”)}}等)进行决策。</font></font>; a service worker can make decisions based on whether the URL is for an image, or an embeddable object such as a {{htmlelement("video")}}, {{domxref("iframe")}}, etc.</p>
+<p>The context of a request is only relevant in the <font><font>请求的上下文仅与</font></font><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/ServiceWorker_API"><font><font>ServiceWorker API</font></font></a><font><font>相关</font><font>;</font><font>服务人员可以根据URL是用于图像还是可嵌入对象(例如{{htmlelement("视频")}},{{domxref("iframe")}}等)进行决策。</font></font>; a service worker can make decisions based on whether the URL is for an image, or an embeddable object such as a {{htmlelement("video")}}, {{domxref("iframe")}}, etc.</p>
<div class="note">
<p><strong>Note<font><font>注意</font></font></strong><font><font>:您可以在“ </font></font><a href="https://fetch.spec.whatwg.org/#concept-request-context"><font><font>获取规范请求上下文”</font></font></a><font><font>部分中</font><font>找到不同可用上下文的完整列表,包括关联的上下文框架类型,CSP指令和平台功能示例</font><font>。</font></font> section.</p>
@@ -19,11 +19,11 @@ translation_of: Web/API/Request/context
<h3 id="Value">Value</h3>
-<p>A {{domxref("RequestContext")}} value.一个{{domxref(“ RequestContext”)}}值。</p>
+<p>A {{domxref("RequestContext")}} value.一个{{domxref("RequestContext")}}值。</p>
<h2 id="Example例子">Example<font><font>例子</font></font></h2>
-<p>In the following snippet, we create a new request using the {{domxref("Request.Request()")}} constructor (for an image file in the same directory as the script), then save the request context in a variable:在以下代码段中,我们使用{{domxref(“ Request.Request()”)}}}构造函数创建一个新请求(用于与脚本位于同一目录中的图像文件),然后将请求上下文保存在变量中:</p>
+<p>In the following snippet, we create a new request using the {{domxref("Request.Request()")}} constructor (for an image file in the same directory as the script), then save the request context in a variable:在以下代码段中,我们使用{{domxref("Request.Request()")}}}构造函数创建一个新请求(用于与脚本位于同一目录中的图像文件),然后将请求上下文保存在变量中:</p>
<pre class="brush: js notranslate">var myRequest = new Request('flowers.jpg');
var myContext = myRequest.context; // returns the empty string by default</pre>
diff --git a/files/zh-cn/web/api/speechsynthesisutterance/voice/index.html b/files/zh-cn/web/api/speechsynthesisutterance/voice/index.html
index 3295efbbbf..2eec93df10 100644
--- a/files/zh-cn/web/api/speechsynthesisutterance/voice/index.html
+++ b/files/zh-cn/web/api/speechsynthesisutterance/voice/index.html
@@ -3,7 +3,7 @@ title: SpeechSynthesisUtterance.voice
slug: Web/API/SpeechSynthesisUtterance/voice
translation_of: Web/API/SpeechSynthesisUtterance/voice
---
-<div>&lt;trans newtip="{{APIRef(“Web语音API”)}}{SeeCompattable}" oldtip="{{APIRef("Web Speech API")}}{{SeeCompatTable}}"&gt;{{APIRef(“Web语音API”)}}{SeeCompattable}&lt;/trans&gt;</div>
+<div>&lt;trans newtip="{{APIRef("Web语音API")}}{SeeCompattable}" oldtip="{{APIRef("Web Speech API")}}{{SeeCompatTable}}"&gt;{{APIRef("Web语音API")}}{SeeCompattable}&lt;/trans&gt;</div>
<p>The <strong><code>voice</code></strong> property of the {{domxref("SpeechSynthesisUtterance")}} interface gets and sets the voice that will be used to speak the utterance.</p>
diff --git a/files/zh-cn/web/api/svggraphicselement/index.html b/files/zh-cn/web/api/svggraphicselement/index.html
index 6214ff482c..2b0ae33a27 100644
--- a/files/zh-cn/web/api/svggraphicselement/index.html
+++ b/files/zh-cn/web/api/svggraphicselement/index.html
@@ -18,29 +18,29 @@ translation_of: Web/API/SVGGraphicsElement
<p>{{InheritanceDiagram(600, 120)} }</p>
<div class="note">
-<p><strong>提示:</strong> 该接口是SVG 2中引入的,它取代了SVG 1.1中的{{domxref(“ SVGLocatable”)}}和{{domxref(“ SVGTransformable”)}}接口。</p>
+<p><strong>提示:</strong> 该接口是SVG 2中引入的,它取代了SVG 1.1中的{{domxref("SVGLocatable")}}和{{domxref("SVGTransformable")}}接口。</p>
</div>
<h2 id="属性">属性</h2>
-<p>此接口还从其父接口{{domxref(“ SVGElement”)}}继承属性</p>
+<p>此接口还从其父接口{{domxref("SVGElement")}}继承属性</p>
<dl>
- <dt>{{domxref(“ SVGGraphicsElement.transform”)}} {{ReadOnlyInline}}<br>
- 一个{{domxref(“ SVGAnimatedTransformList”)}}反映给定元素的{{cssxref(“ transform”)}}属性的计算值及其对应的{{SVGAttr(“ transform”)}}}属性。</dt>
+ <dt>{{domxref("SVGGraphicsElement.transform")}} {{ReadOnlyInline}}<br>
+ 一个{{domxref("SVGAnimatedTransformList")}}反映给定元素的{{cssxref("transform")}}属性的计算值及其对应的{{SVGAttr("transform")}}}属性。</dt>
</dl>
<h2 id="方法">方法</h2>
-<p>此接口还从其父方法{{domxref(“ SVGElement”)}}继承方法。</p>
+<p>此接口还从其父方法{{domxref("SVGElement")}}继承方法。</p>
<dl>
<dt>{{domxref("SVGGraphicsElement.getBBox()")}}</dt>
- <dd>返回一个{{domxref(“ DOMRect”)}},它表示当前元素的计算出的边界框。</dd>
+ <dd>返回一个{{domxref("DOMRect")}},它表示当前元素的计算出的边界框。</dd>
<dt>{{domxref("SVGGraphicsElement.getCTM()")}}</dt>
- <dd>返回一个{{domxref(“ DOMMatrix”)}},代表将当前元素的坐标系转换为其SVG视口的坐标系的矩阵。</dd>
+ <dd>返回一个{{domxref("DOMMatrix")}},代表将当前元素的坐标系转换为其SVG视口的坐标系的矩阵。</dd>
<dt>{{domxref("SVGGraphicsElement.getScreenCTM()")}}</dt>
- <dd>返回一个{{domxref(“ DOMMatrix”)}}代表表示将当前元素的坐标系转换为SVG文档片段的SVG视口的坐标系的矩阵。</dd>
+ <dd>返回一个{{domxref("DOMMatrix")}}代表表示将当前元素的坐标系转换为SVG文档片段的SVG视口的坐标系的矩阵。</dd>
</dl>
<h2 id="规范">规范</h2>