diff options
author | tristantheb <tristantheb@gmail.com> | 2021-04-21 16:21:07 +0200 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-04-22 00:40:28 +0800 |
commit | e9bb21320278d88f6795525b4bb6c91b90711fcc (patch) | |
tree | 954e9ca33c74f55cacebf9929ba640caf0b88c4c /files/zh-cn/web/api/htmlelement | |
parent | 3c2908eafe5aacd2b98c1b4e23a8da28a120dbeb (diff) | |
download | translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.gz translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.bz2 translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.zip |
KS: Removal of the least used macros
Diffstat (limited to 'files/zh-cn/web/api/htmlelement')
-rw-r--r-- | files/zh-cn/web/api/htmlelement/dir/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/files/zh-cn/web/api/htmlelement/dir/index.html b/files/zh-cn/web/api/htmlelement/dir/index.html index 5af4c1d9f6..bc5c08f929 100644 --- a/files/zh-cn/web/api/htmlelement/dir/index.html +++ b/files/zh-cn/web/api/htmlelement/dir/index.html @@ -38,9 +38,7 @@ parg.dir = "rtl"; <p>当表格的<code>dir</code>属性设置为"rtl"时, 那么该表格的所有列将从右到左排列.</p> <div class="geckoVersionNote"> -<p>{{ gecko_callout_heading("7.0") }}</p> - -<p>在Gecko 7.0 {{ geckoRelease("7.0") }}之前, 该属性的返回值不一定都是小写的.从 Gecko 7.0开始, 该属性的返回值全部为小写字母, 这也是规范中所规定的.</p> +<p>在Gecko 7.0 之前, 该属性的返回值不一定都是小写的.从 Gecko 7.0开始, 该属性的返回值全部为小写字母, 这也是规范中所规定的.</p> </div> <h3 id="Specification" name="Specification">规范</h3> |