diff options
author | Jason Lee <huacnlee@gmail.com> | 2022-01-04 17:38:26 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-15 22:48:15 +0800 |
commit | 01b845e6d402777fe03cc4dd7ed5f21af400eed1 (patch) | |
tree | b3d3d8272d9c7c5207ebb016d072a10d9b7e04ea /files/zh-cn/web/html/element/marquee | |
parent | c1ed2f39d8921536444e3334bab549d7100a286e (diff) | |
download | translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.tar.gz translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.tar.bz2 translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.zip |
Improve copywriting for add spaces between Chinese and English words for files/zh-cn/web/html/element.
Diffstat (limited to 'files/zh-cn/web/html/element/marquee')
-rw-r--r-- | files/zh-cn/web/html/element/marquee/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/marquee/index.html b/files/zh-cn/web/html/element/marquee/index.html index c604b26c7b..36e201fdfc 100644 --- a/files/zh-cn/web/html/element/marquee/index.html +++ b/files/zh-cn/web/html/element/marquee/index.html @@ -29,13 +29,13 @@ translation_of: Web/HTML/Element/marquee <dt>{{htmlattrdef("hspace")}}</dt> <dd>设置水平边距。</dd> <dt>{{htmlattrdef("loop")}}</dt> - <dd>设置 marquee 滚动的次数。如果未指定值,默认值为 −1,表示 marquee 将连续滚动.</dd> + <dd>设置 marquee 滚动的次数。如果未指定值,默认值为 −1,表示 marquee 将连续滚动。</dd> <dt>{{htmlattrdef("scrollamount")}}</dt> <dd>设置每次滚动时移动的长度(以像素为单位)。默认值为 6。</dd> <dt>{{htmlattrdef("scrolldelay")}}</dt> <dd>设置每次滚动时的时间间隔(以毫秒为单位)。默认值为 85。请注意, 除非指定 truespeed 值,否则将忽略任何小于 60 的值,并改为使用 60。</dd> <dt>{{htmlattrdef("truespeed")}}</dt> - <dd>默认情况下,会忽略小于60的scrolldelay值。如果存在truespeed,那些值不会被忽略。</dd> + <dd>默认情况下,会忽略小于 60 的 scrolldelay 值。如果存在 truespeed,那些值不会被忽略。</dd> <dt>{{htmlattrdef("vspace")}}</dt> <dd>以像素或百分比值设置垂直边距。</dd> <dt>{{htmlattrdef("width")}}</dt> |