From 8824afb494e5398bc0efcf5f7eb78782096fc90c Mon Sep 17 00:00:00 2001 From: A1lo Date: Fri, 18 Mar 2022 21:53:46 +0800 Subject: Replace marco `anch` with `` tag for `zh-CN` (#4668) * replace anch with tag `` * auto replace anch with scripts * fix: resolve some incorrect anchors * replace anch with markdown link in markdown files * sync with english version for `Properties` * fix: resolve some incorrect anchors * using `Specifications` marco to replace `` * fix: resolve some incorrect anchors * remove the `noteCard` and add a `h2` head * fix: resolve some incorrect anchors * remove the duplicated content * fix: resolve some incorrect anchors * fix: resolve some incorrect anchors * revert the content change and replace anch * revert the content change and replace anch * revert the content chang * fix: correct the `href` * revert content changes and replace the anch * fix: resolve some incorrect anchors * fix: resolve some incorrect anchors * fix: resolve some incorrect anchors --- files/zh-cn/web/html/element/details/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/zh-cn/web/html/element/details/index.html') diff --git a/files/zh-cn/web/html/element/details/index.html b/files/zh-cn/web/html/element/details/index.html index d13992ce21..3153264bd0 100644 --- a/files/zh-cn/web/html/element/details/index.html +++ b/files/zh-cn/web/html/element/details/index.html @@ -10,7 +10,7 @@ translation_of: Web/HTML/Element/details ---
{{HTMLRef}}
-

HTML <details>元素可创建一个挂件,仅在被切换成展开状态时,它才会显示内含的信息。{{HTMLElement("summary")}} 元素可为该部件提供概要或者标签。

+

HTML <details>元素可创建一个挂件,仅在被切换成展开状态时,它才会显示内含的信息。{{HTMLElement("summary")}} 元素可为该部件提供概要或者标签。

A disclosure widget is typically presented onscreen using a small triangle which rotates (or twists) to indicate open/closed status, with a label next to the triangle. If the first child of the <details> element is a <summary>, the contents of the <summary> element are used as the label for the disclosure widget.

@@ -38,7 +38,7 @@ translation_of: Web/HTML/Element/details

Note: Unfortunately, at this time there's no built-in way to animate the transition between open and closed.

-

Fully standards-compliant implementations automatically apply the CSS {{cssxref("display")}}: list-item to the {{HTMLElement("summary")}} element. You can use this to customize its appearance further. See {{anch("Customizing the disclosure widget")}} for further details.

+

Fully standards-compliant implementations automatically apply the CSS {{cssxref("display")}}: list-item to the {{HTMLElement("summary")}} element. You can use this to customize its appearance further. See Customizing the disclosure widget for further details.

-- cgit v1.2.3-54-g00ecf