diff --git a/files/zh-cn/web/api/domhighrestimestamp/index.md b/files/zh-cn/web/api/domhighrestimestamp/index.md index bbc3cd2a5c422e..a77c2c1488297b 100644 --- a/files/zh-cn/web/api/domhighrestimestamp/index.md +++ b/files/zh-cn/web/api/domhighrestimestamp/index.md @@ -58,7 +58,7 @@ _这个类型没有属性。它是一个双精度浮点数。_ _这个类型没有方法。_ -## 用法说明 +## 使用说明 你可以通过调用 {{domxref("performance")}} 的 {{domxref("performance.now", "now()")}} 方法来获取当前的时间戳的值(自创建上下文以来经过的时间)。此方法在 {{domxref("Window")}} 和 {{domxref("Worker")}} 上下文中均可用。 diff --git a/files/zh-cn/web/api/eventtarget/addeventlistener/index.md b/files/zh-cn/web/api/eventtarget/addeventlistener/index.md index cbe870802ca104..dc4bb2dd0f1b0f 100644 --- a/files/zh-cn/web/api/eventtarget/addeventlistener/index.md +++ b/files/zh-cn/web/api/eventtarget/addeventlistener/index.md @@ -63,7 +63,7 @@ addEventListener(type, listener, useCapture); 无({{jsxref("undefined")}})。 -## 用法说明 +## 使用说明 ### 事件监听回调 diff --git a/files/zh-cn/web/api/htmlmediaelement/load/index.md b/files/zh-cn/web/api/htmlmediaelement/load/index.md index fa4c8631384eb6..0cfc1fe6e193ed 100644 --- a/files/zh-cn/web/api/htmlmediaelement/load/index.md +++ b/files/zh-cn/web/api/htmlmediaelement/load/index.md @@ -23,7 +23,7 @@ None. `undefined`. -## 用法 +## 使用说明 调用 `load()` 会使媒体上所有正在进行的操作中止,然后根据 `audio` 或者 `video` 元素的 `src` 或者 `source` 属性里寻找合适的播放源并重新加载媒体内容。更多查看 [Supporting multiple formats](/zh-CN/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content#Supporting_multiple_formats) 和 [Video and audio content](/zh-CN/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content) 。 diff --git a/files/zh-cn/web/api/keyboardevent/index.md b/files/zh-cn/web/api/keyboardevent/index.md index 287e93243a4416..518a3a49db9791 100644 --- a/files/zh-cn/web/api/keyboardevent/index.md +++ b/files/zh-cn/web/api/keyboardevent/index.md @@ -166,7 +166,7 @@ _此接口也从父类 {{domxref("UIEvent")}} 和 {{domxref("Event")}} 中继承 - {{domxref("Element.keypress_event", "keypress")}} {{Deprecated_Inline}} - : 通常在一个按键被按下时触发,并产生一个字符串值,这个事件高度依赖硬件且已过时,不应该使用它。 -## 用法说明 +## 使用说明 键盘事件有三种类型:{{domxref("Element/keydown_event", "keydown")}}、{{domxref("Element/keypress_event", "keypress")}} 和 {{domxref("Element/keyup_event", "keyup")}}。对于大多数按键,Gecko 会像这样派发一系列按键事件: diff --git a/files/zh-cn/web/api/performance/clearmarks/index.md b/files/zh-cn/web/api/performance/clearmarks/index.md index 6a05cb54e3e8ba..9db3856fa35850 100644 --- a/files/zh-cn/web/api/performance/clearmarks/index.md +++ b/files/zh-cn/web/api/performance/clearmarks/index.md @@ -7,7 +7,7 @@ slug: Web/API/Performance/clearMarks **`clearMarks()`** 这个方法可以从浏览器的 performance entry 缓存中移除声明的标记。如果调用这个方法时没有传递参数,则所有带有{{domxref("PerformanceEntry.entryType","entry type")}}这类标记的{{domxref("PerformanceEntry","performance entries")}} 将从 performance entry 缓存区中被移除。 -## 用法 +## 使用说明 ``` performance.clearMarks(); diff --git a/files/zh-cn/web/api/performance/clearmeasures/index.md b/files/zh-cn/web/api/performance/clearmeasures/index.md index 715c811ef496b3..721f0c062d8d2c 100644 --- a/files/zh-cn/web/api/performance/clearmeasures/index.md +++ b/files/zh-cn/web/api/performance/clearmeasures/index.md @@ -9,7 +9,7 @@ slug: Web/API/Performance/clearMeasures {{AvailableInWorkers}} -## 用法 +## 使用说明 ``` performance.clearMeasures(); diff --git a/files/zh-cn/web/api/performancelongtasktiming/index.md b/files/zh-cn/web/api/performancelongtasktiming/index.md index 0969d4a97028a4..3b956c9ff711de 100644 --- a/files/zh-cn/web/api/performancelongtasktiming/index.md +++ b/files/zh-cn/web/api/performancelongtasktiming/index.md @@ -36,7 +36,7 @@ slug: Web/API/PerformanceLongTaskTiming 即执行任务的容器清单。针对没有在顶层页面容器内执行的任务,`containerId`、`containerName`和`containerSrc`字段可以用来提供任务源信息。 -## 用法 +## 使用说明 ```js var observer = new PerformanceObserver(function (list) { diff --git a/files/zh-cn/web/api/selection/anchornode/index.md b/files/zh-cn/web/api/selection/anchornode/index.md index c5a48f83712a9c..fb5b76cd80d872 100644 --- a/files/zh-cn/web/api/selection/anchornode/index.md +++ b/files/zh-cn/web/api/selection/anchornode/index.md @@ -9,7 +9,7 @@ slug: Web/API/Selection/anchorNode **`Selection.anchorNode`** 只读属性返回选区开始位置所属的节点({{domxref("Node")}})。 -## 用法 +## 使用说明 ```plain sel.anchorNode diff --git a/files/zh-cn/web/api/selection/iscollapsed/index.md b/files/zh-cn/web/api/selection/iscollapsed/index.md index 879ee80430a03f..f7a2c24a76594a 100644 --- a/files/zh-cn/web/api/selection/iscollapsed/index.md +++ b/files/zh-cn/web/api/selection/iscollapsed/index.md @@ -9,7 +9,7 @@ slug: Web/API/Selection/isCollapsed 返回一个布尔值用于描述选区的起始点和终止点是否位于一个位置(即是否框选了,译者注)。 -### 用法 +### 使用说明 ```plain sel.isCollapsed diff --git a/files/zh-cn/web/api/selection/removerange/index.md b/files/zh-cn/web/api/selection/removerange/index.md index efbdf4218dee18..df03e94b89dd91 100644 --- a/files/zh-cn/web/api/selection/removerange/index.md +++ b/files/zh-cn/web/api/selection/removerange/index.md @@ -9,7 +9,7 @@ slug: Web/API/Selection/removeRange 将一个区域从选区中移除。 -### 用法 +### 使用说明 ```plain sel.removeRange(range) diff --git a/files/zh-cn/web/api/selection/selectallchildren/index.md b/files/zh-cn/web/api/selection/selectallchildren/index.md index 4db51a7e8e4edd..97a79182197368 100644 --- a/files/zh-cn/web/api/selection/selectallchildren/index.md +++ b/files/zh-cn/web/api/selection/selectallchildren/index.md @@ -7,7 +7,7 @@ slug: Web/API/Selection/selectAllChildren Selection.selectAllChildren() 把指定元素的所有子元素设为选中区域,并取消之前的选中区域。 -## 用法 +## 使用说明 ``` sel.selectAllChildren(parentNode) diff --git a/files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md b/files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md index d5b4825ed1e1ba..bc4ea790525f1a 100644 --- a/files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md +++ b/files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md @@ -125,7 +125,7 @@ function multiplyMatrices(matrixA, matrixB) { } ``` -### 用法 +### 使用说明 让我们看一看实际使用: diff --git a/files/zh-cn/web/api/xmlhttprequest_api/html_in_xmlhttprequest/index.md b/files/zh-cn/web/api/xmlhttprequest_api/html_in_xmlhttprequest/index.md index 2e89d5efafc2e2..068e7360ea36ac 100644 --- a/files/zh-cn/web/api/xmlhttprequest_api/html_in_xmlhttprequest/index.md +++ b/files/zh-cn/web/api/xmlhttprequest_api/html_in_xmlhttprequest/index.md @@ -13,7 +13,7 @@ W3C {{domxref("XMLHttpRequest")}} 规范为 {{domxref("XMLHttpRequest")}} 添加 为了阻止同步使用 `XMLHttpRequest`,HTML 支持在同步模式下是不可用的。另外,只有当 {{domxref("XMLHttpRequest.responseType", "responseType")}} 属性被设置为 `"document"` 时,才会有 HTML 支持。这一限制避免了当遗留代码在默认模式下使用 `XMLHttpRequest` 来检索 {{domxref("XMLHttpRequest.responseText", "responseText")}},对 `text/html` 资源进行无用的解析而浪费时间。同时,这个限制也避免了遗留代码的问题,这些代码假定 {{domxref("XMLHttpRequest.responseXML", "responseXML")}} 对于 HTTP 错误页面(通常有一个 `text/html` 响应体)是 `null`。 -## 用法 +## 使用说明 使用 {{domxref("XMLHttpRequest")}} 检索作为 DOM 的 HTML 资源,就像使用 `XMLHttpRequest` 检索作为 DOM 的 XML 资源一样,只是你不能使用同步模式,你必须在调用 {{domxref("XMLHttpRequest.open", "open()")}} 之后,{{domxref("XMLHttpRequest.send", "send()")}} 之前,将字符串 `"document"` 分配给 {{domxref("XMLHttpRequest", "responseType")}} 对象的属性,来明确请求一个文档。 diff --git a/files/zh-cn/web/css/_colon_picture-in-picture/index.md b/files/zh-cn/web/css/_colon_picture-in-picture/index.md index d7c4d2e84e1b22..6be9c083aa7494 100644 --- a/files/zh-cn/web/css/_colon_picture-in-picture/index.md +++ b/files/zh-cn/web/css/_colon_picture-in-picture/index.md @@ -15,7 +15,7 @@ slug: Web/CSS/:picture-in-picture } ``` -## 用法说明 +## 使用说明 `:picture-in-picture` 伪类允许你配置样式表,以便视频在画中画或者传统播放模式来回切换时自动调整内容的大小、样式或布局。 diff --git a/files/zh-cn/web/css/attr/index.md b/files/zh-cn/web/css/attr/index.md index 0726156f32953b..8dfadb5f6c46ef 100644 --- a/files/zh-cn/web/css/attr/index.md +++ b/files/zh-cn/web/css/attr/index.md @@ -15,7 +15,7 @@ CSS 表达式 `attr()` 用来获取选择到的元素的某一 HTML 属性值, `attr()` 表达式可以用于任何 CSS 属性。 {{ experimental_inline() }} -## 用法 +## 使用说明 ``` 语法:attr( attribute-name ? [, ]? ) diff --git a/files/zh-cn/web/html/element/picture/index.md b/files/zh-cn/web/html/element/picture/index.md index 4e4c6c96f70c12..7b9b610f72b645 100644 --- a/files/zh-cn/web/html/element/picture/index.md +++ b/files/zh-cn/web/html/element/picture/index.md @@ -61,7 +61,7 @@ slug: Web/HTML/Element/picture 这个元素只包含[全局属性](/zh-CN/docs/Web/HTML/Global_attributes)。 -## 用法提示 +## 使用说明 你可以使用 {{cssxref("object-position")}} 属性调整元素框架内图像的位置,用 {{cssxref("object-fit")}} 属性控制图片如何调整大小来适应框架。 diff --git a/files/zh-cn/web/html/element/rb/index.md b/files/zh-cn/web/html/element/rb/index.md index d0c495aa77d970..dc456acb185955 100644 --- a/files/zh-cn/web/html/element/rb/index.md +++ b/files/zh-cn/web/html/element/rb/index.md @@ -40,7 +40,7 @@ slug: Web/HTML/Element/rb 这个元素仅仅支持 [全局属性](/zh-CN/docs/HTML/Global_attributes)。 -## 用法注解 +## 使用说明 - Ruby 注解用于展示东亚文字的发音,例如使用日语罗马音和汉语拼音的文字。 `` 元素用于分隔出 ruby 基本文本的每个片段。 - 虽然 `` 不是一个空元素,但是在源码中通常只包括每个元素的开始标签。因此 ruby 标记就不那么复杂,也更容易阅读。在渲染版本中,浏览器也可以填充完整的元素。 diff --git a/files/zh-cn/web/html/element/rp/index.md b/files/zh-cn/web/html/element/rp/index.md index fa4bd79ef43ec5..316e944a5cf3c6 100644 --- a/files/zh-cn/web/html/element/rp/index.md +++ b/files/zh-cn/web/html/element/rp/index.md @@ -38,7 +38,7 @@ slug: Web/HTML/Element/rp 这个元素仅仅支持 [全局属性](/zh-CN/docs/HTML/Global_attributes)。 -## 用法注解 +## 使用说明 - Ruby 注解用于展示东亚文字的发音,例如使用日语罗马音和汉语拼音的文字。 `` 元素用于不支持 {{ HTMLElement("ruby") }} 元素的情况。 `` 的内容提供了应该展示的东西,通常是圆括号,以便表示 ruby 注解的存在。 diff --git a/files/zh-cn/web/html/element/track/index.md b/files/zh-cn/web/html/element/track/index.md index 2cc5cbeb171e12..1700b25ff40b45 100644 --- a/files/zh-cn/web/html/element/track/index.md +++ b/files/zh-cn/web/html/element/track/index.md @@ -83,7 +83,7 @@ slug: Web/HTML/Element/track - `srclang` - : track 文本数据的语言。它必须是合法的 [BCP 47](http://people.w3.org/rishida/utils/subtags/) 语言标签。如果 `kind` 属性被设为 `subtitles`, 那么 `srclang` 必须定义。 -## 用法说明 +## 使用说明 ### 轨道数据类型 diff --git a/files/zh-cn/web/html/global_attributes/data-_star_/index.md b/files/zh-cn/web/html/global_attributes/data-_star_/index.md index 2f5b4825b58771..d0eb771d196eba 100644 --- a/files/zh-cn/web/html/global_attributes/data-_star_/index.md +++ b/files/zh-cn/web/html/global_attributes/data-_star_/index.md @@ -17,7 +17,7 @@ slug: Web/HTML/Global_attributes/data-* 注意,{{domxref("HTMLElement.dataset")}} 属性是一个{{domxref("DOMStringMap")}},并且自定义数据属性 _data-test-value_ 可以通过 `HTMLElement.dataset.testValue` ( 或者是 `HTMLElement.dataset["testValue"]`) 来访问,任何破折号 (`U+002D`) 都会被下个字母的大写替代 (驼峰拼写)。 -### 用法 +### 使用说明 通过添加 **data-\*** 属性,即使是普通的 HTML 元素也能变成相当复杂且强大的编程对象。例如,在游戏里的太空船 "[sprite](https://en.wikipedia.org/wiki/Sprite_%28computer_graphics%29)" 可以是一个带有一个 [class](/zh-CN/docs/Web/HTML/Global_attributes/class) 属性和几个 data-\* 属性的简单 {{HTMLElement("img")}} 元素: diff --git a/files/zh-cn/web/javascript/reference/global_objects/typedarray/subarray/index.md b/files/zh-cn/web/javascript/reference/global_objects/typedarray/subarray/index.md index 907e2f2dc7bb77..61bae5a0ab31ca 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/typedarray/subarray/index.md +++ b/files/zh-cn/web/javascript/reference/global_objects/typedarray/subarray/index.md @@ -9,7 +9,7 @@ slug: Web/JavaScript/Reference/Global_Objects/TypedArray/subarray {{EmbedInteractiveExample("pages/js/typedarray-subarray.html")}} -## 用法 +## 使用说明 ```js-nolint subarray() diff --git a/files/zh-cn/web/svg/attribute/accumulate/index.md b/files/zh-cn/web/svg/attribute/accumulate/index.md index dab8af8170e79c..6e95703fce03ab 100644 --- a/files/zh-cn/web/svg/attribute/accumulate/index.md +++ b/files/zh-cn/web/svg/attribute/accumulate/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/accumulate 在原来的结果的基础上重复动画的时候,它通常很有用,每一次循环都累加。这个属性告诉动画是否是每次循环,前一个动画属性值要加上去。 -## 用法 +## 使用说明 | 类别 | 动画累加属性 | | -------- | --------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/alignment-baseline/index.md b/files/zh-cn/web/svg/attribute/alignment-baseline/index.md index 63c9e0b1d51ac4..75e37a8829eb04 100644 --- a/files/zh-cn/web/svg/attribute/alignment-baseline/index.md +++ b/files/zh-cn/web/svg/attribute/alignment-baseline/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/alignment-baseline 作为一个外观属性,它还可以直接作为 CSS 样式表内部的属性使用。请阅读 {{ cssxref("alignment-baseline","CSS alignment-baseline") }} 以了解更多信息。 -## 用法 +## 使用说明 | 类别 | 外观属性 | | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/attributename/index.md b/files/zh-cn/web/svg/attribute/attributename/index.md index d3a627960647f6..2685709224bb11 100644 --- a/files/zh-cn/web/svg/attribute/attributename/index.md +++ b/files/zh-cn/web/svg/attribute/attributename/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Attribute/attributeName 该属性标识了在一个动画动作环节中,父元素的需要被改变的属性名。 -## 用法 +## 使用说明 | 类别 | 动画属性目标属性 | | -------- | ------------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/attributetype/index.md b/files/zh-cn/web/svg/attribute/attributetype/index.md index 926d1366914594..3590aa7790cc70 100644 --- a/files/zh-cn/web/svg/attribute/attributetype/index.md +++ b/files/zh-cn/web/svg/attribute/attributetype/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Attribute/attributeType 该属性指定目标属性和它相对应的值处于哪个命名空间里。 -## 用法 +## 使用说明 | 类别 | 动画属性目标属性 | | -------- | ------------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/baseline-shift/index.md b/files/zh-cn/web/svg/attribute/baseline-shift/index.md index 1f6e7becfee3f1..712aa336b15c7a 100644 --- a/files/zh-cn/web/svg/attribute/baseline-shift/index.md +++ b/files/zh-cn/web/svg/attribute/baseline-shift/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/baseline-shift 作为一个外观属性,它还可以直接作为 CSS 样式表内部的属性使用。请看{{ cssxref("baseline-shift","CSS baseline-shift") }}以了解更多信息。 -## 用法 +## 使用说明 | 类别 | 外观属性 | | -------- | --------------------------------------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/begin/index.md b/files/zh-cn/web/svg/attribute/begin/index.md index a26c27b78f5a12..f9539e1d749627 100644 --- a/files/zh-cn/web/svg/attribute/begin/index.md +++ b/files/zh-cn/web/svg/attribute/begin/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/begin 这个属性值是一个分号分隔的数列值。SMIL 规范的["Evaluation of begin and end time lists"](http://www.w3.org/TR/2001/REC-smil-animation-20010904/#Timing-EvaluationOfBeginEndTimeLists)章节详细解释了开始时间数列。每个单独的值可以是下述之一:``、``、``、``、``、``或者关键词`indefinite`。 -## 用法 +## 使用说明 | 类别 | 动画定时属性 | | -------- | ----------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/clip/index.md b/files/zh-cn/web/svg/attribute/clip/index.md index e1e21428c9803e..4b95ef4d219265 100644 --- a/files/zh-cn/web/svg/attribute/clip/index.md +++ b/files/zh-cn/web/svg/attribute/clip/index.md @@ -37,7 +37,7 @@ svg { {{EmbedLiveSample('示例', '100%', 150)}} -## 用法 +## 使用说明 **Warning:** This property is deprecated. Use {{cssxref("clip-path")}} instead. diff --git a/files/zh-cn/web/svg/attribute/color/index.md b/files/zh-cn/web/svg/attribute/color/index.md index 3c399ea1ca22c2..2567c7e2e6a166 100644 --- a/files/zh-cn/web/svg/attribute/color/index.md +++ b/files/zh-cn/web/svg/attribute/color/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/color 作为一个外观属性,它还可以直接用作 CSS 样式表的属性。请阅读 {{ cssxref("color","CSS color") }} 以了解更多信息。 -## 用法 +## 使用说明 | 类别 | 外观属性 | | -------- | ---------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/dur/index.md b/files/zh-cn/web/svg/attribute/dur/index.md index a3c05fe4ae8f3e..8648e20b1a9fc4 100644 --- a/files/zh-cn/web/svg/attribute/dur/index.md +++ b/files/zh-cn/web/svg/attribute/dur/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Attribute/dur 该属性标识了动画的简单持续时间。 -## 用法 +## 使用说明 | 类别 | 动画定时属性 | | -------- | --------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/dx/index.md b/files/zh-cn/web/svg/attribute/dx/index.md index f1a83c66fd22f2..98b82d3eca861c 100644 --- a/files/zh-cn/web/svg/attribute/dx/index.md +++ b/files/zh-cn/web/svg/attribute/dx/index.md @@ -22,7 +22,7 @@ slug: Web/SVG/Attribute/dx - 如果祖先{{SVGElement("text")}}或{{SVGElement("tspan")}}元素对于给定的字符,通过 dx 的属性指定了相对 x 坐标,那么当前文本位置会沿坐标系的 x 轴方向偏移该数值(最近的祖先具有优先级) - 否则没有额外的 x 轴方向的偏移发生 -## 用法上下文 +## 使用说明 | 分类 | 无 | | -------- | ------------------------------------------------------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/edgemode/index.md b/files/zh-cn/web/svg/attribute/edgemode/index.md index a4f9d6f6ebffcc..5cd93ffb6d1ee6 100644 --- a/files/zh-cn/web/svg/attribute/edgemode/index.md +++ b/files/zh-cn/web/svg/attribute/edgemode/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/edgeMode 如果没有指定 `edgeMode` 属性,等效于值被指定为 `duplicate`。 -## 用法 +## 使用说明 | 类别 | 无 | | -------- | --------------------------------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/end/index.md b/files/zh-cn/web/svg/attribute/end/index.md index 39973c740f9ddc..7d822a523128eb 100644 --- a/files/zh-cn/web/svg/attribute/end/index.md +++ b/files/zh-cn/web/svg/attribute/end/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/end 这个属性值是一个分号分隔的数列值。每个单独值可以是定义在{{ SVGAttr("begin") }}属性中同种类型。 -## 用法 +## 使用说明 | 类别 | 动画定时属性 | | -------- | --------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/fill-opacity/index.md b/files/zh-cn/web/svg/attribute/fill-opacity/index.md index bdec1372375654..c3980865b58094 100644 --- a/files/zh-cn/web/svg/attribute/fill-opacity/index.md +++ b/files/zh-cn/web/svg/attribute/fill-opacity/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Attribute/fill-opacity 该属性指定了填色的不透明度或当前对象的内容物的不透明度。 -## 用法 +## 使用说明 | 类别 | 外观属性 | | -------- | ----------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/fill-rule/index.md b/files/zh-cn/web/svg/attribute/fill-rule/index.md index f8cb6f758b5bfc..7fe6b06deabe0e 100644 --- a/files/zh-cn/web/svg/attribute/fill-rule/index.md +++ b/files/zh-cn/web/svg/attribute/fill-rule/index.md @@ -53,7 +53,7 @@ svg { {{EmbedLiveSample('示例', '100%', 200)}} -## 用法 +## 使用说明 | 类别 | 外观属性 | | -------- | -------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/fill/index.md b/files/zh-cn/web/svg/attribute/fill/index.md index 9c6e65dd579b80..f0fdd0ac358bfe 100644 --- a/files/zh-cn/web/svg/attribute/fill/index.md +++ b/files/zh-cn/web/svg/attribute/fill/index.md @@ -11,7 +11,7 @@ slug: Web/SVG/Attribute/fill 对于形状元素和文本,`fill` 属性是外观属性,用来定义给定图形元素内部的颜色。哪一块算是“内部”取决于形状本身以及{{ SVGAttr("fill-rule") }} 属性的值。作为一个外观属性,它可以直接用作 CSS 样式表内部的属性。 -## 用法 +## 使用说明 ### 对动画元素 diff --git a/files/zh-cn/web/svg/attribute/filter/index.md b/files/zh-cn/web/svg/attribute/filter/index.md index b169e3d9c89f2b..fbbdabddc4036e 100644 --- a/files/zh-cn/web/svg/attribute/filter/index.md +++ b/files/zh-cn/web/svg/attribute/filter/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/filter 作为一个外观属性,它可以直接用作 CSS 样式表内部的属性。请阅读 {{ cssxref("filter","CSS filter") }} 以了解更多信息。 -## 用法 +## 使用说明 | 类别 | 外观属性 | | -------- | ------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/fr/index.md b/files/zh-cn/web/svg/attribute/fr/index.md index 41320d70c03f9e..22e2e29e55dd9a 100644 --- a/files/zh-cn/web/svg/attribute/fr/index.md +++ b/files/zh-cn/web/svg/attribute/fr/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Attribute/fr 对于 {{ SVGElement("radialGradient") }} 元素,此属性用来定义径向渐变的焦点的半径。若该属性没有被定义,默认值为 0%。 -## 用法 +## 使用说明 | 类别 | 无 | | -------- | ---------------------------------------------------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/from/index.md b/files/zh-cn/web/svg/attribute/from/index.md index 3398295bc5568a..49bf8b0ab9bce5 100644 --- a/files/zh-cn/web/svg/attribute/from/index.md +++ b/files/zh-cn/web/svg/attribute/from/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Attribute/From 这个属性是在 svg 动画发生过程中被修改的属性的初始值。当同时使用了这个属性和 [to](/zh-CN/docs/Web/SVG/Attribute/To) 属性,animation 将会修改这个这个设定的动画属性的值从 from 属性的值到 to 属性的值。 -## 用法 +## 使用说明 | 类别 | 动画属性值 | | ---------- | ---------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/fx/index.md b/files/zh-cn/web/svg/attribute/fx/index.md index 8fc004cd8e8521..97157e3bf36aa6 100644 --- a/files/zh-cn/web/svg/attribute/fx/index.md +++ b/files/zh-cn/web/svg/attribute/fx/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Attribute/fx 对于 {{ SVGElement("radialGradient") }} 元素,此属性用来定义径向渐变的焦点的 x 轴坐标。如果该属性没有被定义,就假定它与中心点是同一位置。 -## 用法 +## 使用说明 | 类别 | 无 | | -------- | ---------------------------------------------------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/fy/index.md b/files/zh-cn/web/svg/attribute/fy/index.md index b21fecf5ec36b4..40ebd929e45793 100644 --- a/files/zh-cn/web/svg/attribute/fy/index.md +++ b/files/zh-cn/web/svg/attribute/fy/index.md @@ -115,7 +115,7 @@ svg { {{EmbedLiveSample("示例 2", "200", "250")}} -## 用法 +## 使用说明 diff --git a/files/zh-cn/web/svg/attribute/height/index.md b/files/zh-cn/web/svg/attribute/height/index.md index 49549cd5fe5c14..2522c4d91e2ef7 100644 --- a/files/zh-cn/web/svg/attribute/height/index.md +++ b/files/zh-cn/web/svg/attribute/height/index.md @@ -36,7 +36,7 @@ slug: Web/SVG/Attribute/height - {{ SVGElement("use") }} - {{ SVGElement("mask") }} -## 用法 +## 使用说明 对于 {{SVGElement('use')}} 元素,`height` 定义了引用元素的垂直长度。 diff --git a/files/zh-cn/web/svg/attribute/keytimes/index.md b/files/zh-cn/web/svg/attribute/keytimes/index.md index e45a01094048b5..3ed58a6fbca3c1 100644 --- a/files/zh-cn/web/svg/attribute/keytimes/index.md +++ b/files/zh-cn/web/svg/attribute/keytimes/index.md @@ -20,7 +20,7 @@ keyTimes 列表的语义取决于插值模式: 如果 duration(持续时间)不确定,则将忽略任何 keyTimes 规范。 -## 用法 +## 使用说明 | 类别 | 动画值属性 | | ------ | ---------- | diff --git a/files/zh-cn/web/svg/attribute/mask/index.md b/files/zh-cn/web/svg/attribute/mask/index.md index 35babd12c646a0..2c0de45f968ceb 100644 --- a/files/zh-cn/web/svg/attribute/mask/index.md +++ b/files/zh-cn/web/svg/attribute/mask/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/mask 作为一个外观属性,它可以直接用作 CSS 样式表内部的属性。 -## 用法 +## 使用说明 | 类别 | 外观属性 | | ------ | -------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/mode/index.md b/files/zh-cn/web/svg/attribute/mode/index.md index c110d3b6c37a43..bd6561be4f37ff 100644 --- a/files/zh-cn/web/svg/attribute/mode/index.md +++ b/files/zh-cn/web/svg/attribute/mode/index.md @@ -61,7 +61,7 @@ svg { {{EmbedLiveSample("示例", "480", "200")}} -## 用法 +## 使用说明
diff --git a/files/zh-cn/web/svg/attribute/opacity/index.md b/files/zh-cn/web/svg/attribute/opacity/index.md index 26aa8489c15d2c..5294d19c12cb16 100644 --- a/files/zh-cn/web/svg/attribute/opacity/index.md +++ b/files/zh-cn/web/svg/attribute/opacity/index.md @@ -9,7 +9,7 @@ opacity 属性指定了一个对象或一组对象的透明度,也就是说, 作为一个外观属性,它可以直接用作 CSS 样式表内部的属性,请阅读 {{ cssxref("opacity","CSS opacity") }} 以了解更多信息。 -## 用法 +## 使用说明 | 类别 | 外观属性 | | ------ | --------------------------- | diff --git a/files/zh-cn/web/svg/attribute/pointer-events/index.md b/files/zh-cn/web/svg/attribute/pointer-events/index.md index e3e59a5397384f..104212b78481f8 100644 --- a/files/zh-cn/web/svg/attribute/pointer-events/index.md +++ b/files/zh-cn/web/svg/attribute/pointer-events/index.md @@ -56,7 +56,7 @@ window.addEventListener("mouseup", (e) => { 作为一个展示属性,他可以被很多元素使用,但和它紧密相关的只有下面的 23 个元素:{{SVGElement('a')}}, {{SVGElement('circle')}}, {{SVGElement('clipPath')}}, {{SVGElement('defs')}}, {{SVGElement('ellipse')}}, {{SVGElement('foreignObject')}}, {{SVGElement('g')}}, {{SVGElement('image')}}, {{SVGElement('line')}}, {{SVGElement('marker')}}, {{SVGElement('mask')}}, {{SVGElement('path')}}, {{SVGElement('pattern')}}, {{SVGElement('polygon')}}, {{SVGElement('polyline')}}, {{SVGElement('rect')}}, {{SVGElement('svg')}}, {{SVGElement('switch')}}, {{SVGElement('symbol')}}, {{SVGElement('text')}}, {{SVGElement('textPath')}}, {{SVGElement('tspan')}}, {{SVGElement('use')}} -## 用法 +## 使用说明 | 值 | `bounding-box` \| `visiblePainted` \| `visibleFill` \| `visibleStroke` \| `visible` \| `painted` \| `fill` \| `stroke` \| `all` \| `none` | | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/points/index.md b/files/zh-cn/web/svg/attribute/points/index.md index 132f4455c926ba..276f345361d631 100644 --- a/files/zh-cn/web/svg/attribute/points/index.md +++ b/files/zh-cn/web/svg/attribute/points/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/points 每个点用用户坐标系统中的一个 X 坐标和 Y 坐标定义。用逗号分开每个点的 X 和 Y 坐标标记是一个常用实践(但是并非必要),使用空间标注每个点。 -## 用法 +## 使用说明 | 类别 | 无 | | ------ | ----------------- | diff --git a/files/zh-cn/web/svg/attribute/preservealpha/index.md b/files/zh-cn/web/svg/attribute/preservealpha/index.md index b37fbe47efd027..306b354fec9c01 100644 --- a/files/zh-cn/web/svg/attribute/preservealpha/index.md +++ b/files/zh-cn/web/svg/attribute/preservealpha/index.md @@ -11,7 +11,7 @@ slug: Web/SVG/Attribute/preserveAlpha 取值为 `true` 表示 feConvolveMatrix 仅应用在颜色通道。 -## 用法 +## 使用说明 | 类别 | None | | ------ | ----------------- | diff --git a/files/zh-cn/web/svg/attribute/radius/index.md b/files/zh-cn/web/svg/attribute/radius/index.md index e26f6e381274a2..98a881b16815eb 100644 --- a/files/zh-cn/web/svg/attribute/radius/index.md +++ b/files/zh-cn/web/svg/attribute/radius/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/radius 如果没有指定该属性值,效果等同于指定了一个 **0** 值。 -## 用法 +## 使用说明 | 类别 | _无_ | | ------ | --------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/repeatcount/index.md b/files/zh-cn/web/svg/attribute/repeatcount/index.md index 7dd3d1e4776c38..180d3807b7e4c5 100644 --- a/files/zh-cn/web/svg/attribute/repeatcount/index.md +++ b/files/zh-cn/web/svg/attribute/repeatcount/index.md @@ -15,7 +15,7 @@ The following elements can use the `repeatCount` attribute - [Animation elements](/zh-CN/SVG/Element#Animation) » -## 用法 +## 使用说明
diff --git a/files/zh-cn/web/svg/attribute/repeatdur/index.md b/files/zh-cn/web/svg/attribute/repeatdur/index.md index 6c50ffa81029aa..ec8a72d08d086f 100644 --- a/files/zh-cn/web/svg/attribute/repeatdur/index.md +++ b/files/zh-cn/web/svg/attribute/repeatdur/index.md @@ -50,7 +50,7 @@ svg { {{EmbedLiveSample("示例", "220", "150")}} -## 用法 +## 使用说明
diff --git a/files/zh-cn/web/svg/attribute/result/index.md b/files/zh-cn/web/svg/attribute/result/index.md index 59340c22447cd7..0d4da9f7e3c519 100644 --- a/files/zh-cn/web/svg/attribute/result/index.md +++ b/files/zh-cn/web/svg/attribute/result/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Attribute/result 属性 `result` 定义了滤镜的分配名。如果提供了它,则经过滤镜处理的结果即图形可以再次滤镜处理,在后继滤镜(即另一个 {{ SVGElement("filter") }} 元素)上通过一个 {{ SVGAttr("in") }} 属性引用之前的结果。如果没有提供 `result` 值,而且如果下一个滤镜也没有提供 {{ SVGAttr("in") }} 属性值,则输出只可作为下一个滤镜的隐式输入。 -## 用法 +## 使用说明 | 类别 | 无 | | ------ | ----------------------------- | diff --git a/files/zh-cn/web/svg/attribute/scale/index.md b/files/zh-cn/web/svg/attribute/scale/index.md index 21c6182c5d68e5..64f3cea21481b7 100644 --- a/files/zh-cn/web/svg/attribute/scale/index.md +++ b/files/zh-cn/web/svg/attribute/scale/index.md @@ -11,7 +11,7 @@ slug: Web/SVG/Attribute/scale 如果没有指定这个属性,则效果等同于它被指定了 **0** 值。 -## 用法 +## 使用说明 | 类别 | _无_ | | ------ | ------------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/seed/index.md b/files/zh-cn/web/svg/attribute/seed/index.md index a3235263e7afa9..412f294c6e9348 100644 --- a/files/zh-cn/web/svg/attribute/seed/index.md +++ b/files/zh-cn/web/svg/attribute/seed/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/seed 如果没有指定这个属性,它等效于指定了一个 `0` 值。 -## 用法 +## 使用说明 | 类别 | _None_ | | ------ | ------------------------------------------------ | diff --git a/files/zh-cn/web/svg/attribute/stddeviation/index.md b/files/zh-cn/web/svg/attribute/stddeviation/index.md index cacc6e63ee9c4a..c76d2b4d4a3c4c 100644 --- a/files/zh-cn/web/svg/attribute/stddeviation/index.md +++ b/files/zh-cn/web/svg/attribute/stddeviation/index.md @@ -49,7 +49,7 @@ svg { {{EmbedLiveSample("示例", "480", "200")}} -## 用法 +## 使用说明
diff --git a/files/zh-cn/web/svg/attribute/stroke-dashoffset/index.md b/files/zh-cn/web/svg/attribute/stroke-dashoffset/index.md index c22311637efc6c..11a98574c4203d 100644 --- a/files/zh-cn/web/svg/attribute/stroke-dashoffset/index.md +++ b/files/zh-cn/web/svg/attribute/stroke-dashoffset/index.md @@ -81,7 +81,7 @@ svg { {{EmbedLiveSample("示例", '100%', 200)}} -## 用法 +## 使用说明
diff --git a/files/zh-cn/web/svg/attribute/stroke-linejoin/index.md b/files/zh-cn/web/svg/attribute/stroke-linejoin/index.md index 66ceb0e692506e..dd69530e1acdd9 100644 --- a/files/zh-cn/web/svg/attribute/stroke-linejoin/index.md +++ b/files/zh-cn/web/svg/attribute/stroke-linejoin/index.md @@ -108,7 +108,7 @@ svg { {{EmbedLiveSample('示例', '100%', 400)}} -## 用法 +## 使用说明 | 值 | `arcs` \| `bevel` \|`miter` \| `miter-clip` \| `round` | | -------- | ------------------------------------------------------ | diff --git a/files/zh-cn/web/svg/attribute/stroke-miterlimit/index.md b/files/zh-cn/web/svg/attribute/stroke-miterlimit/index.md index 14121463e4c459..f8354eed38a40c 100644 --- a/files/zh-cn/web/svg/attribute/stroke-miterlimit/index.md +++ b/files/zh-cn/web/svg/attribute/stroke-miterlimit/index.md @@ -15,7 +15,7 @@ miterLength / stroke-width = 1 / sin ( theta / 2 ) 举个例子,一个极限为 1.414 斜接,θ 小于 90 度的把斜接会转换成倒角,一个极限为 4.0 的斜接,θ 小于 29 度的斜接会转换成倒角,一个极限为 10.0 的斜接,θ 小于大约 11.5 度的斜接会转换成倒角。 -## 用法 +## 使用说明 | 类别 | 外观属性 | | ------ | ------------------------ | diff --git a/files/zh-cn/web/svg/attribute/stroke-opacity/index.md b/files/zh-cn/web/svg/attribute/stroke-opacity/index.md index 55e6f220d240df..8ac38e8871fbd2 100644 --- a/files/zh-cn/web/svg/attribute/stroke-opacity/index.md +++ b/files/zh-cn/web/svg/attribute/stroke-opacity/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Attribute/stroke-opacity 作为一个外观属性,它可以直接用作 CSS 样式表内部的属性。 -## 用法 +## 使用说明 | 类别 | 外观属性 | | ------ | --------------------------- | diff --git a/files/zh-cn/web/svg/attribute/stroke-width/index.md b/files/zh-cn/web/svg/attribute/stroke-width/index.md index 65131ccac73cea..6ebc8e62b1ac05 100644 --- a/files/zh-cn/web/svg/attribute/stroke-width/index.md +++ b/files/zh-cn/web/svg/attribute/stroke-width/index.md @@ -46,7 +46,7 @@ svg { {{EmbedLiveSample("示例", '100%', 150)}} -## 用法 +## 使用说明
diff --git a/files/zh-cn/web/svg/attribute/stroke/index.md b/files/zh-cn/web/svg/attribute/stroke/index.md index b016fd9b5219f6..7109330b0ee661 100644 --- a/files/zh-cn/web/svg/attribute/stroke/index.md +++ b/files/zh-cn/web/svg/attribute/stroke/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Attribute/stroke `stroke` 属性定义了给定图形元素的外轮廓的颜色。它的默认值是 **`none`**。 -## 用法 +## 使用说明 | 类别 | 外观属性 | | ------ | ----------------------------------------- | diff --git a/files/zh-cn/web/svg/attribute/vector-effect/index.md b/files/zh-cn/web/svg/attribute/vector-effect/index.md index b991d64a7a2221..5b81d525eaa886 100644 --- a/files/zh-cn/web/svg/attribute/vector-effect/index.md +++ b/files/zh-cn/web/svg/attribute/vector-effect/index.md @@ -12,7 +12,7 @@ slug: Web/SVG/Attribute/vector-effect 作为显示性属性,它能被应用到任何元素,但只对这 10 个元素有效果:{{SVGElement("circle")}}, {{SVGElement("ellipse")}}, {{SVGElement("foreignObject")}}, {{SVGElement("image")}}, {{SVGElement("line")}}, {{SVGElement("path")}}, {{SVGElement("polygon")}}, {{SVGElement("polyline")}}, {{SVGElement("rect")}}, {{SVGElement("text")}}, {{SVGElement("textPath")}} {{SVGElement("tspan")}}, and {{SVGElement("use")}} -## 用法说明 +## 使用说明 | 值 | `none` \| `non-scaling-stroke` \| `non-scaling-size` \| `non-rotation` \| `fixed-position` | | -------- | ------------------------------------------------------------------------------------------ | diff --git a/files/zh-cn/web/svg/attribute/visibility/index.md b/files/zh-cn/web/svg/attribute/visibility/index.md index 1dcb6586cb7407..c19d9e71cfec0e 100644 --- a/files/zh-cn/web/svg/attribute/visibility/index.md +++ b/files/zh-cn/web/svg/attribute/visibility/index.md @@ -14,7 +14,7 @@ slug: Web/SVG/Attribute/visibility 作为一个表现属性,它可以直接用作 CSS 样式表内部的属性。请阅读 {{ cssxref("visibility","CSS visibility") }} 以了解更多信息。 -## 用法 +## 使用说明 | 类别 | 表现属性 | | ------ | -------------------------------------------- | diff --git a/files/zh-cn/web/svg/element/a/index.md b/files/zh-cn/web/svg/element/a/index.md index 77ebcf7fe6d081..26964310388093 100644 --- a/files/zh-cn/web/svg/element/a/index.md +++ b/files/zh-cn/web/svg/element/a/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Element/a 由于这个元素和 [HTML 的 \ 标签](/zh-CN/docs/Web/HTML/Element/a) 使用了相同的标签名,当使用 CSS 或 `querySelector` 选择"a"时,可能应用到错误的元素上。可以尝试使用 [`@namespace`规则](/zh-CN/docs/Web/CSS/@namespace) 来区分两者 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/animate/index.md b/files/zh-cn/web/svg/element/animate/index.md index 9bb1a4a9e23607..3b206c897cfec1 100644 --- a/files/zh-cn/web/svg/element/animate/index.md +++ b/files/zh-cn/web/svg/element/animate/index.md @@ -46,7 +46,7 @@ svg { - [动画事件属性](/zh-CN/docs/Web/SVG/Attribute#动画事件属性) - : 最主要的有:{{SVGAttr("onbegin")}}、{{SVGAttr("onend")}}、{{SVGAttr("onrepeat")}} -## 用法 +## 使用说明 该元素实现了 {{domxref("SVGAnimateElement")}} 接口。 diff --git a/files/zh-cn/web/svg/element/animatemotion/index.md b/files/zh-cn/web/svg/element/animatemotion/index.md index 5af1e11a24c83b..00c85f62ed3eda 100644 --- a/files/zh-cn/web/svg/element/animatemotion/index.md +++ b/files/zh-cn/web/svg/element/animatemotion/index.md @@ -37,7 +37,7 @@ svg { {{EmbedLiveSample('示例', 150, '100%')}} -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/animatetransform/index.md b/files/zh-cn/web/svg/element/animatetransform/index.md index bf691c18e082e8..4cb4069f30d55d 100644 --- a/files/zh-cn/web/svg/element/animatetransform/index.md +++ b/files/zh-cn/web/svg/element/animatetransform/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/animateTransform `animateTransform`元素变动了目标元素上的一个变形属性,从而允许动画控制转换、缩放、旋转或斜切。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/circle/index.md b/files/zh-cn/web/svg/element/circle/index.md index 51f16fc7124720..753b89bb7b4264 100644 --- a/files/zh-cn/web/svg/element/circle/index.md +++ b/files/zh-cn/web/svg/element/circle/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/circle **``** [SVG](/zh-CN/docs/Web/SVG) 元素是一个 SVG 的基本形状,用来创建圆,基于一个圆心和一个半径。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/clippath/index.md b/files/zh-cn/web/svg/element/clippath/index.md index 195a3a4dfd0dcd..f14d0335f0897f 100644 --- a/files/zh-cn/web/svg/element/clippath/index.md +++ b/files/zh-cn/web/svg/element/clippath/index.md @@ -70,7 +70,7 @@ svg { - : 为 `` 元素的内容定义坐标系。 _Value type_: `userSpaceOnUse`|`objectBoundingBox` ; _Default value_: `userSpaceOnUse`; _Animatable_: **yes** -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/cursor/index.md b/files/zh-cn/web/svg/element/cursor/index.md index 7470e563483505..d2de65b8916184 100644 --- a/files/zh-cn/web/svg/element/cursor/index.md +++ b/files/zh-cn/web/svg/element/cursor/index.md @@ -12,7 +12,7 @@ slug: Web/SVG/Element/cursor 建议使用 PNG 格式,因为它支持利用 alpha 通道定义透明并遮罩的能力。如果使用了别的图像格式,这个格式必须支持透明度遮罩的定义(两个选项:提供一个明确的 alpha 通道或者使用一个特殊的像素色以表示透明度)。如果能够确定透明度遮罩,遮罩确定了指针的形状;否则,指针将是一个不透明的矩形。通常地,别的像素信息(例如,R、G、B 通道)定义了指针没有被遮罩到的部分的颜色,注意指针一般至少包含两个颜色,这样在大多数背景中都能看到指针。 -## 用法 +## 使用说明 {{SVGInfo}} diff --git a/files/zh-cn/web/svg/element/defs/index.md b/files/zh-cn/web/svg/element/defs/index.md index 508a18be777e8e..379929ee79b31d 100644 --- a/files/zh-cn/web/svg/element/defs/index.md +++ b/files/zh-cn/web/svg/element/defs/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/defs SVG 允许我们定义以后需要重复使用的图形元素。建议把所有需要再次使用的引用元素定义在`defs`元素里面。这样做可以增加 SVG 内容的易读性和无障碍。在`defs`元素中定义的图形元素不会直接呈现。你可以在你的视口的任意地方利用 {{ SVGElement("use") }}元素呈现这些元素。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/desc/index.md b/files/zh-cn/web/svg/element/desc/index.md index b54655b0349377..d3640541e1b737 100644 --- a/files/zh-cn/web/svg/element/desc/index.md +++ b/files/zh-cn/web/svg/element/desc/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/desc SVG 绘画中的每个容器元素或图形元素都可以提供一个`desc`描述性字符串,这些描述只是纯文本的。如果当前的 SVG 文档片段在视媒体中呈现,desc 元素不会呈现为图形的一部分。替代性提词既可以看到也可以听到,它显示了 desc 元素但是不会显示路径元素或者别的图形元素。`desc`元素提升了 SVG 文档的无障碍。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/ellipse/index.md b/files/zh-cn/web/svg/element/ellipse/index.md index 6fe91ef1fe550e..5579fd0eae116d 100644 --- a/files/zh-cn/web/svg/element/ellipse/index.md +++ b/files/zh-cn/web/svg/element/ellipse/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Element/ellipse 椭圆不能指定精确的椭圆倾向(假设,举个例子,你想画一个 45 度角倾斜的椭圆),但是可以利用{{ SVGAttr("transform") }}属性实现旋转。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/fecolormatrix/index.md b/files/zh-cn/web/svg/element/fecolormatrix/index.md index 931722e8baccc6..ac309ebbc6b5f8 100644 --- a/files/zh-cn/web/svg/element/fecolormatrix/index.md +++ b/files/zh-cn/web/svg/element/fecolormatrix/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/feColorMatrix 该滤镜基于转换矩阵对颜色进行变换。每一像素的颜色值 (一个表示为 \[红,绿,蓝,透明度] 的矢量) 都经过[矩阵乘法 (matrix multiplated](http://en.wikipedia.org/wiki/Matrix_multiplication)) 计算出的新颜色。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/fecomponenttransfer/index.md b/files/zh-cn/web/svg/element/fecomponenttransfer/index.md index 1b6e97d2fceae2..1ab88d695a34b3 100644 --- a/files/zh-cn/web/svg/element/fecomponenttransfer/index.md +++ b/files/zh-cn/web/svg/element/fecomponenttransfer/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Element/feComponentTransfer 计算是使用非预乘色值进行执行的.(译者:什么是非预乘数据:非预乘数据可以理解为例如 rgba(180,160,130,0.8)) 中的 180,160,130,它们没有被除以 255 以及乘以透明度 0.8 而转化为 0\~1 范围的值,当被除以 255 并且乘以 0.8 而转化为 0\~1 范围中的值的预处理被称为 premultiplied color value(预乘数据)).颜色值在每一个通道 (R,G,B,A) 中被分别修改然后输出,这些通道分别是 {{SVGElement("feFuncR")}}, {{SVGElement("feFuncB")}}, {{SVGElement("feFuncG")}}, and {{SVGElement("feFuncA")}}. -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/fecomposite/index.md b/files/zh-cn/web/svg/element/fecomposite/index.md index 1750d781d184b3..552ccce288d970 100644 --- a/files/zh-cn/web/svg/element/fecomposite/index.md +++ b/files/zh-cn/web/svg/element/fecomposite/index.md @@ -18,7 +18,7 @@ result = k1*i1*i2 + k2*i1 + k3*i2 + k4 - `i1` 和 `i2` 标`示了输入图像相应的像素通道值,分别映射到{{SVGAttr("in")}}和{{SVGAttr("in2")}}。 - `k1`、`k2`、`k3` 和 `k4` 标示了同名的属性值。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/fediffuselighting/index.md b/files/zh-cn/web/svg/element/fediffuselighting/index.md index 2bf0f855919288..00b72b68b70f67 100644 --- a/files/zh-cn/web/svg/element/fediffuselighting/index.md +++ b/files/zh-cn/web/svg/element/fediffuselighting/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Element/feDiffuseLighting 滤镜制造的光映射可以与一个纹理图像组合,使用{{SVGElement("feComposite")}}滤镜的多重 `arithmetic` 操作。在应用纹理图案之前合加多个光映射可以模拟多重光源。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/fedisplacementmap/index.md b/files/zh-cn/web/svg/element/fedisplacementmap/index.md index ffe9e0f1378be9..7e93844912bb01 100644 --- a/files/zh-cn/web/svg/element/fedisplacementmap/index.md +++ b/files/zh-cn/web/svg/element/fedisplacementmap/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/feDisplacementMap 映射置换滤镜,该滤镜用来自图像中从{{SVGAttr("in2")}}到空间的像素值置换图像从{{SVGAttr("in")}}到空间的像素值。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/fedistantlight/index.md b/files/zh-cn/web/svg/element/fedistantlight/index.md index 017b1892a92d06..ddf30ef097c200 100644 --- a/files/zh-cn/web/svg/element/fedistantlight/index.md +++ b/files/zh-cn/web/svg/element/fedistantlight/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/feDistantLight 该滤镜定义了一个距离光源,可以用在灯光滤镜{{SVGElement("feDiffuseLighting")}}元素或{{SVGElement("feSpecularLighting")}}元素的内部。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/fedropshadow/index.md b/files/zh-cn/web/svg/element/fedropshadow/index.md index d2132d02d49e2d..105b873c65f6ee 100644 --- a/files/zh-cn/web/svg/element/fedropshadow/index.md +++ b/files/zh-cn/web/svg/element/fedropshadow/index.md @@ -58,7 +58,7 @@ svg { - {{SVGAttr("stdDeviation")}} - : 此属性定义了投影的模糊操作的标准差。_值类型_:[**\**](/zh-CN/docs/Web/SVG/Content_type#数字);_默认值_:`2`;_可用于动画_:**是** -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/fegaussianblur/index.md b/files/zh-cn/web/svg/element/fegaussianblur/index.md index b0ff738a00b41a..49c87baa304bb9 100644 --- a/files/zh-cn/web/svg/element/fegaussianblur/index.md +++ b/files/zh-cn/web/svg/element/fegaussianblur/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/feGaussianBlur 该滤镜对输入图像进行高斯模糊,属性{{ SVGAttr("stdDeviation") }}中指定的数量定义了钟形。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/femerge/index.md b/files/zh-cn/web/svg/element/femerge/index.md index 3f3916802fe1ed..076e3959ff7a50 100644 --- a/files/zh-cn/web/svg/element/femerge/index.md +++ b/files/zh-cn/web/svg/element/femerge/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/feMerge `feMerge`滤镜允许同时应用滤镜效果而不是按顺序应用滤镜效果。利用{{ SVGAttr("result") }}存储别的滤镜的输出可以实现这一点,然后在一个 {{ SVGElement("feMergeNode") }}子元素中访问它。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/femergenode/index.md b/files/zh-cn/web/svg/element/femergenode/index.md index f6d0bc4033eb17..9ed7e3057a3748 100644 --- a/files/zh-cn/web/svg/element/femergenode/index.md +++ b/files/zh-cn/web/svg/element/femergenode/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/feMergeNode `feMergeNode 元素拿另一个滤镜的结果,让它的父`{{ SVGElement("feMerge") }}元素处理。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/feoffset/index.md b/files/zh-cn/web/svg/element/feoffset/index.md index e530c34577afba..aa6a35bf5771a1 100644 --- a/files/zh-cn/web/svg/element/feoffset/index.md +++ b/files/zh-cn/web/svg/element/feoffset/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/feOffset 该输入图像作为一个整体,在属性{{ SVGAttr("dx") }}和属性{{ SVGAttr("dy") }}的值指定了它的偏移量。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/fepointlight/index.md b/files/zh-cn/web/svg/element/fepointlight/index.md index 91b83174eccbad..c96de521783fbc 100644 --- a/files/zh-cn/web/svg/element/fepointlight/index.md +++ b/files/zh-cn/web/svg/element/fepointlight/index.md @@ -5,7 +5,7 @@ slug: Web/SVG/Element/fePointLight {{SVGRef}} -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/fespecularlighting/index.md b/files/zh-cn/web/svg/element/fespecularlighting/index.md index 68bae16382f060..c82e13c6fec4f1 100644 --- a/files/zh-cn/web/svg/element/fespecularlighting/index.md +++ b/files/zh-cn/web/svg/element/fespecularlighting/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Element/feSpecularLighting 该滤镜制作了一个图像,图像包含光照计算的镜面反射部分。如此一个映射是为了与纹理相结合,使用算术{{SVGElement("feComposite")}}方法的叠加。利用在应用到纹理图像前添加多个光映射,可以模拟多个光源。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/fespotlight/index.md b/files/zh-cn/web/svg/element/fespotlight/index.md index b955db84b23dc7..317935401cde88 100644 --- a/files/zh-cn/web/svg/element/fespotlight/index.md +++ b/files/zh-cn/web/svg/element/fespotlight/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/feSpotLight `feSpotLight`元素是一种光源元素,用于 SVG 文件。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/feturbulence/index.md b/files/zh-cn/web/svg/element/feturbulence/index.md index 65fa1f52d73598..a092835634bfc3 100644 --- a/files/zh-cn/web/svg/element/feturbulence/index.md +++ b/files/zh-cn/web/svg/element/feturbulence/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/feTurbulence 该滤镜利用 Perlin 噪声函数创建了一个图像。它实现了人造纹理比如说云纹、大理石纹的合成。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/filter/index.md b/files/zh-cn/web/svg/element/filter/index.md index f2c1e120192fc1..2e484dc36d41d8 100644 --- a/files/zh-cn/web/svg/element/filter/index.md +++ b/files/zh-cn/web/svg/element/filter/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/filter `filter`元素作用是作为原子滤镜操作的容器。它不能直接呈现。可以利用目标 SVG 元素上的{{ SVGAttr("filter") }}属性引用一个滤镜。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/foreignobject/index.md b/files/zh-cn/web/svg/element/foreignobject/index.md index c2578e227bae46..54166e1313ad05 100644 --- a/files/zh-cn/web/svg/element/foreignobject/index.md +++ b/files/zh-cn/web/svg/element/foreignobject/index.md @@ -69,7 +69,7 @@ svg { > [!NOTE] > 从 SVG2 开始,x、y、宽度和高度都是几何属性,这意味着这些属性也可以用作该元素的 CSS 属性。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/g/index.md b/files/zh-cn/web/svg/element/g/index.md index 00550aa633711d..f259f6d8bb590e 100644 --- a/files/zh-cn/web/svg/element/g/index.md +++ b/files/zh-cn/web/svg/element/g/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/g 元素`g`是用来组合对象的容器。添加到`g`元素上的变换会应用到其所有的子元素上。添加到`g`元素的属性会被其所有的子元素继承。此外,`g`元素也可以用来定义复杂的对象,之后可以通过{{SVGElement("use")}}元素来引用它们。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/glyph/index.md b/files/zh-cn/web/svg/element/glyph/index.md index 75efc20aad2056..73ac2cc1fb81d5 100644 --- a/files/zh-cn/web/svg/element/glyph/index.md +++ b/files/zh-cn/web/svg/element/glyph/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/glyph 一个`glyph`元素定义了 SVG 字体中的一个独立的字形。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/glyphref/index.md b/files/zh-cn/web/svg/element/glyphref/index.md index d1c55f84209300..e2c7ec40003822 100644 --- a/files/zh-cn/web/svg/element/glyphref/index.md +++ b/files/zh-cn/web/svg/element/glyphref/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/glyphRef `glyphRef` 元素为引用的 `` 替代物提供了一个唯一可能的字形。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/hkern/index.md b/files/zh-cn/web/svg/element/hkern/index.md index 1f57f8cc464810..10aa88014baa80 100644 --- a/files/zh-cn/web/svg/element/hkern/index.md +++ b/files/zh-cn/web/svg/element/hkern/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/hkern 在自上而下的字体中,`hkern`元素可以精细调整两个雕刻文字的水平距离。这个处理就是”[字距处理](http://en.wikipedia.org/wiki/Kerning)“ -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/line/index.md b/files/zh-cn/web/svg/element/line/index.md index 78476f264e0654..44d686f047ae17 100644 --- a/files/zh-cn/web/svg/element/line/index.md +++ b/files/zh-cn/web/svg/element/line/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/line `line`元素是一个 SVG 基本形状,用来创建一条连接两个点的线。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/lineargradient/index.md b/files/zh-cn/web/svg/element/lineargradient/index.md index a2d468e9f8f96d..8b5ba66f41c8c0 100644 --- a/files/zh-cn/web/svg/element/lineargradient/index.md +++ b/files/zh-cn/web/svg/element/lineargradient/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/linearGradient `linearGradient`元素用来定义线性渐变,用于图形元素的填充或描边。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/metadata/index.md b/files/zh-cn/web/svg/element/metadata/index.md index 1d6cc3491182ca..ae0f042340e3ca 100644 --- a/files/zh-cn/web/svg/element/metadata/index.md +++ b/files/zh-cn/web/svg/element/metadata/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/metadata `metadata`是数据的结构化数据。SVG 内容里面包含的元数据必须放在`metadata`元素里面。`medatata`的内容物必须是来自其他 XML 命名空间的元素,比如说 RDF、FOAT,等等。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/mpath/index.md b/files/zh-cn/web/svg/element/mpath/index.md index 4938e877c06919..7cd3cba4adfbfd 100644 --- a/files/zh-cn/web/svg/element/mpath/index.md +++ b/files/zh-cn/web/svg/element/mpath/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/mpath {{ SVGElement("animateMotion") }} 元素的`mpath`子元素使{{ SVGElement("animateMotion") }} 元素能够引用一个外部的{{ SVGElement("path") }}元素作为运动路径的定义。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/path/index.md b/files/zh-cn/web/svg/element/path/index.md index 023f5e07bc59d0..ac334176198739 100644 --- a/files/zh-cn/web/svg/element/path/index.md +++ b/files/zh-cn/web/svg/element/path/index.md @@ -10,7 +10,7 @@ slug: Web/SVG/Element/path path 元素是用来定义形状的通用元素。所有的基本形状都可以用 path 元素来创建。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/pattern/index.md b/files/zh-cn/web/svg/element/pattern/index.md index e7b2cd52bb386c..043e650b2019c6 100644 --- a/files/zh-cn/web/svg/element/pattern/index.md +++ b/files/zh-cn/web/svg/element/pattern/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/pattern 使用预定义的图形对一个对象进行填充或描边,就要用到`pattern`元素。`pattern`元素让预定义图形能够以固定间隔在 x 轴和 y 轴上重复(或平铺)从而覆盖要涂色的区域。先使用`pattern` 元素定义图案,然后在给定的图形元素上用属性 `fill` 或属性 `stroke` 引用用来填充或描边的图案。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/polygon/index.md b/files/zh-cn/web/svg/element/polygon/index.md index d3e2aacb383e46..0979f210f7e961 100644 --- a/files/zh-cn/web/svg/element/polygon/index.md +++ b/files/zh-cn/web/svg/element/polygon/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/polygon **`polygon`** 元素定义了一个由一组首尾相连的直线线段构成的闭合多边形形状。最后一点连接到第一点。欲了解开放形状,请看{{SVGElement("polyline")}}元素。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/polyline/index.md b/files/zh-cn/web/svg/element/polyline/index.md index 6f4c3e2510ad12..d5db9bb0a293c2 100644 --- a/files/zh-cn/web/svg/element/polyline/index.md +++ b/files/zh-cn/web/svg/element/polyline/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/polyline `polyline`元素是 SVG 的一个基本形状,用来创建一系列直线连接多个点。典型的一个`polyline`是用来创建一个开放的形状,最后一点不与第一点相连。欲了解闭合形状,请看{{SVGElement("polygon")}} 元素。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/rect/index.md b/files/zh-cn/web/svg/element/rect/index.md index a3793a8d075945..569392cc417432 100644 --- a/files/zh-cn/web/svg/element/rect/index.md +++ b/files/zh-cn/web/svg/element/rect/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/rect `rect`元素是 SVG 的一个基本形状,用来创建矩形,基于一个角位置以及它的宽和高。它还可以用来创建圆角矩形。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/script/index.md b/files/zh-cn/web/svg/element/script/index.md index 2fa7823d00b8e8..2d3bc193b8d834 100644 --- a/files/zh-cn/web/svg/element/script/index.md +++ b/files/zh-cn/web/svg/element/script/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/script 任何定义在`script`元素中的函数拥有一个跨当前文档的全局范围。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/set/index.md b/files/zh-cn/web/svg/element/set/index.md index 149b25d47cd9fb..0d6644cf246a19 100644 --- a/files/zh-cn/web/svg/element/set/index.md +++ b/files/zh-cn/web/svg/element/set/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/set `set`元素可以用来设定一个属性值,并为该值赋予一个持续时间。它支持所有的属性类型,包括那些原理上不能插值的,例如值为字符串和布尔类型的属性。set 元素是非叠加的。无法在其上使用 additive 属性或 accumulate 属性,即使声明了这些属性也会自动被忽略。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/stop/index.md b/files/zh-cn/web/svg/element/stop/index.md index fde55edadf82fe..79fbef2a05198c 100644 --- a/files/zh-cn/web/svg/element/stop/index.md +++ b/files/zh-cn/web/svg/element/stop/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/stop 一个渐变上的颜色坡度,是用`stop`元素定义的。`stop`元素可以是{{SVGElement("linearGradient")}}元素或者{{SVGElement("radialGradient")}}元素的子元素。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/style/index.md b/files/zh-cn/web/svg/element/style/index.md index 4cab0f03069475..dca3bef3b8ada8 100644 --- a/files/zh-cn/web/svg/element/style/index.md +++ b/files/zh-cn/web/svg/element/style/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/style `style`元素元素样式表直接在 SVG 内容中间嵌入。SVG 的`style`元素的属性与 HTML 中的相应的元素并无二致(请阅读 HTML 的 {{HTMLElement("style")}} 元素)。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/svg/index.md b/files/zh-cn/web/svg/element/svg/index.md index bdb392010b9aa4..b2098a8c9727a1 100644 --- a/files/zh-cn/web/svg/element/svg/index.md +++ b/files/zh-cn/web/svg/element/svg/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/svg - 如果 svg 不是根元素,`svg` 元素可以用于在当前文档(比如说,一个 HTML 文档)内嵌套一个独立的 svg 片段。这个独立片段拥有独立的视口和坐标系统。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/switch/index.md b/files/zh-cn/web/svg/element/switch/index.md index 0d5a4300149ad0..7dc192e167ead6 100644 --- a/files/zh-cn/web/svg/element/switch/index.md +++ b/files/zh-cn/web/svg/element/switch/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Element/switch 注意:属性`display`和属性`visibility`的值对`switch 元素处理是不起作用的。`特别是,在`switch 元素的子元素上`设置`display`为 none,对`switch` 元素的 true/false 测试处理不起作用。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/symbol/index.md b/files/zh-cn/web/svg/element/symbol/index.md index a5977822759f08..1cbda5afcbb34f 100644 --- a/files/zh-cn/web/svg/element/symbol/index.md +++ b/files/zh-cn/web/svg/element/symbol/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/symbol `symbol`元素用来定义一个图形模板对象,它可以用一个{{ SVGElement("use") }}元素实例化。`symbol`元素对图形的作用是在同一文档中多次使用,添加结构和语义。结构丰富的文档可以更生动地呈现出来,类似讲演稿或盲文,从而提升了无障碍。注意,一个`symbol`元素本身是不呈现的。只有`symbol`元素的实例(亦即,一个引用了`symbol`的 {{ SVGElement("use") }}元素)才能呈现。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/textpath/index.md b/files/zh-cn/web/svg/element/textpath/index.md index f9f4e97c59105a..ec8aa586022645 100644 --- a/files/zh-cn/web/svg/element/textpath/index.md +++ b/files/zh-cn/web/svg/element/textpath/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/textPath 除了笔直地绘制一行文字以外,SVG 也可以根据 {{ SVGElement("path") }} 元素的形状来放置文字。只要在`textPath`元素内部放置文本,并通过其`xlink:href`属性值引用{{ SVGElement("path") }}元素,我们就可以让文字块呈现在{{ SVGElement("path") }}元素给定的路径上了。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/title/index.md b/files/zh-cn/web/svg/element/title/index.md index 969480f596a499..0bdecbed9ea137 100644 --- a/files/zh-cn/web/svg/element/title/index.md +++ b/files/zh-cn/web/svg/element/title/index.md @@ -9,7 +9,7 @@ SVG 绘图中的每个窗口元素或图形元素都可以提供一个`title`描 通常`title`元素必须是它的父元素的第一个子元素。注意,只有当`title`是它的父元素的第一个子元素的时候,那些编译器才会把`title`显示为一个提示冒泡。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/tref/index.md b/files/zh-cn/web/svg/element/tref/index.md index b76701d589a125..46389857b62746 100644 --- a/files/zh-cn/web/svg/element/tref/index.md +++ b/files/zh-cn/web/svg/element/tref/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/tref {{ SVGElement("text") }} 的文本内容既可以是直接嵌入在 {{SVGElement("text")}} 元素中的字符数据,也可以是引用元素的字符数据内容,`tref` 元素用来指定的包含文本内容的引用元素。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/tspan/index.md b/files/zh-cn/web/svg/element/tspan/index.md index ae47ebeeb8029a..bfc34982dbf403 100644 --- a/files/zh-cn/web/svg/element/tspan/index.md +++ b/files/zh-cn/web/svg/element/tspan/index.md @@ -7,7 +7,7 @@ slug: Web/SVG/Element/tspan 在 {{SVGElement("text")}}元素中,利用内含的`tspan`元素,可以调整文本和字体的属性以及当前文本的位置、绝对或相对坐标值。 -## 用法 +## 使用说明 {{svginfo}} diff --git a/files/zh-cn/web/svg/element/use/index.md b/files/zh-cn/web/svg/element/use/index.md index 7a1dc4424121bf..ed66fe88f50ee8 100644 --- a/files/zh-cn/web/svg/element/use/index.md +++ b/files/zh-cn/web/svg/element/use/index.md @@ -9,7 +9,7 @@ slug: Web/SVG/Element/use 出于安全原因,一些浏览器可能在 use 元素上应用同源策略,还有可能拒绝载入 xlink:href 属性内的跨源 URI。 -## 用法 +## 使用说明 {{svginfo}}