Skip to content

Commit

Permalink
Markdownlint auto-cleanup for ja (#22896)
Browse files Browse the repository at this point in the history
* ja: auto-fix Markdownlint issues

* Update files/ja/web/css/-moz-force-broken-image-icon/index.md

Co-authored-by: Hoarfroster <[email protected]>

* Update files/ja/web/html/attributes/placeholder/index.md

Co-authored-by: Hoarfroster <[email protected]>

---------

Co-authored-by: Masahiro FUJIMOTO <[email protected]>
Co-authored-by: Hoarfroster <[email protected]>
  • Loading branch information
3 people authored Aug 4, 2024
1 parent 7e01073 commit 9e35504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions files/ja/web/css/-moz-force-broken-image-icon/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ img {

{{EmbedLiveSample('Examples','125','125')}}

> [!NOTE]
> `-moz-force-broken-image-icon` の値に `1` を指定した場合、その画像に width と height を明示的に指定しない限り、壊れた画像アイコンは表示されず、 `alt` 属性も非表示になります。
> **メモ:** `-moz-force-broken-image-icon` の値に `1` を指定した場合、その画像に width と height を明示的に指定しない限り、壊れた画像アイコンは表示されず、 `alt` 属性も非表示になります。
## メモ

Expand Down
3 changes: 1 addition & 2 deletions files/ja/web/html/attributes/placeholder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ l10n:

`placeholder` 属性は、入力の種類 `{{HTMLElement("input/text", "text")}}``{{HTMLElement("input/search", "search")}}``{{HTMLElement("input/url", "url")}}``{{HTMLElement("input/tel", "tel")}}``{{HTMLElement("input/email", "email")}}``{{HTMLElement("input/password", "password")}}` で用いることができます。`{{HTMLElement("textarea")}}` 要素でも用いることができます。以下の[](#例)では、入力フィールドで期待する形式を示すために `placeholder` 属性を用いています。

> [!NOTE]
> `placeholder` 属性にはラインフィード (LF) やキャリッジリターン (CR) を含めることはできません。これらが含まれる場合は、プレースホルダーテキストはクリップされます。
> **メモ:** `placeholder` 属性にはラインフィード (LF) やキャリッジリターン (CR) を含めることはできません。これらが含まれる場合は、プレースホルダーテキストはクリップされます。
## アクセシビリティの懸念

Expand Down

0 comments on commit 9e35504

Please sign in to comment.