From 6e9fe98036090a37cc6247b873845505e5b512fb Mon Sep 17 00:00:00 2001 From: Tanner Dolby Date: Tue, 22 Feb 2022 01:49:36 -0800 Subject: Removes empty
or

elements from pages (#3093) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removes all empty paragraph elements * Removes all empty div elements * Preserve empty div in code snippet * Preserve empty elements inside code snippets * Remove fr files which were converted into markdown * Web/CSS/transform-function/scaleX()/index.html The file is already renamed to index.md。 * remove not needed file * Resolve remaining conflict Co-authored-by: julieng Co-authored-by: Masahiro FUJIMOTO --- files/zh-cn/web/html/element/abbr/index.html | 2 +- files/zh-cn/web/html/element/bdo/index.html | 2 +- files/zh-cn/web/html/element/cite/index.html | 4 ++-- files/zh-cn/web/html/element/fieldset/index.html | 2 +- files/zh-cn/web/html/element/hgroup/index.html | 6 +++--- files/zh-cn/web/html/element/nav/index.html | 2 +- files/zh-cn/web/html/element/template/index.html | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'files/zh-cn/web/html/element') diff --git a/files/zh-cn/web/html/element/abbr/index.html b/files/zh-cn/web/html/element/abbr/index.html index cf2fb9da5d..d773c725ee 100644 --- a/files/zh-cn/web/html/element/abbr/index.html +++ b/files/zh-cn/web/html/element/abbr/index.html @@ -16,7 +16,7 @@ translation_of: Web/HTML/Element/abbr

{{EmbedInteractiveExample("pages/tabbed/abbr.html", "tabbed-shorter")}}
-
+ diff --git a/files/zh-cn/web/html/element/bdo/index.html b/files/zh-cn/web/html/element/bdo/index.html index 5d55b4eebc..e9140c1d23 100644 --- a/files/zh-cn/web/html/element/bdo/index.html +++ b/files/zh-cn/web/html/element/bdo/index.html @@ -5,7 +5,7 @@ translation_of: Web/HTML/Element/bdo ---
{{HTMLRef}}
-
+

HTML 双向文本替代元素 (<bdo>) 改写了文本的方向性,使文本以不同的方向渲染呈现出来(override 可以翻译很多意思,编程语言中多用覆盖,重载;这里采用了 Google 的整体翻译,取替代替换改写之意)

diff --git a/files/zh-cn/web/html/element/cite/index.html b/files/zh-cn/web/html/element/cite/index.html index 56e1a01f14..5447c8c678 100644 --- a/files/zh-cn/web/html/element/cite/index.html +++ b/files/zh-cn/web/html/element/cite/index.html @@ -203,7 +203,7 @@ translation_of: Web/HTML/Element/cite

{{Compat("html.elements.cite")}}

-
+
@@ -214,4 +214,4 @@ translation_of: Web/HTML/Element/cite
  • 适用于行内引用的 {{HTMLElement("q")}} 元素。
  • -
    + diff --git a/files/zh-cn/web/html/element/fieldset/index.html b/files/zh-cn/web/html/element/fieldset/index.html index 4b243490ba..ab2580410b 100644 --- a/files/zh-cn/web/html/element/fieldset/index.html +++ b/files/zh-cn/web/html/element/fieldset/index.html @@ -14,7 +14,7 @@ translation_of: Web/HTML/Element/fieldset
    HTML <fieldset> 元素用于对表单中的控制元素进行分组(也包括 label 元素)。
    -
    +
    {{EmbedInteractiveExample("pages/tabbed/fieldset.html", "tabbed-standard")}}
    diff --git a/files/zh-cn/web/html/element/hgroup/index.html b/files/zh-cn/web/html/element/hgroup/index.html index c7849284bf..393e922126 100644 --- a/files/zh-cn/web/html/element/hgroup/index.html +++ b/files/zh-cn/web/html/element/hgroup/index.html @@ -13,15 +13,15 @@ translation_of: Web/HTML/Element/hgroup ---
    {{HTMLRef}}
    -
    +
    HTML <hgroup> element代表文档章节所属的多级别的目录,它将多个<h1>至<h6>的子元素组装到一起。
    -
    +
    {{EmbedInteractiveExample("pages/tabbed/hgroup.html", "tabbed-standard")}}
    -
    + diff --git a/files/zh-cn/web/html/element/nav/index.html b/files/zh-cn/web/html/element/nav/index.html index 45d76f6ea5..4c64377b0c 100644 --- a/files/zh-cn/web/html/element/nav/index.html +++ b/files/zh-cn/web/html/element/nav/index.html @@ -104,4 +104,4 @@ translation_of: Web/HTML/Element/nav
  • ARIA: Navigation role
  • -
    + diff --git a/files/zh-cn/web/html/element/template/index.html b/files/zh-cn/web/html/element/template/index.html index a47cd42d6d..836b8a2cfa 100644 --- a/files/zh-cn/web/html/element/template/index.html +++ b/files/zh-cn/web/html/element/template/index.html @@ -153,4 +153,4 @@ table td {
  • Using templates and slots
  • -
    + -- cgit v1.2.3-54-g00ecf