From b3400a41e5ff084784e4557bb07c0a351a34d477 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 22:42:50 -0400 Subject: remove link 'title' attributes that's just the 'href' (ja, part 4) (#1851) --- files/ja/web/api/htmlembedelement/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/api/htmlembedelement') diff --git a/files/ja/web/api/htmlembedelement/index.html b/files/ja/web/api/htmlembedelement/index.html index 0d5b792be7..b96f3bae3e 100644 --- a/files/ja/web/api/htmlembedelement/index.html +++ b/files/ja/web/api/htmlembedelement/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/HTMLEmbedElement

この頁では HTML5 標準仕様で定義されている HTMLEmbedElement インタフェースについて説明しています。HTML5 以前の仕様はこのインタフェースに対応していません。

-

DOM の embed 要素は、その特別なプロパティを操作する為の HTMLEmbedElement インタフェースを公開します。 embed 要素は通常の {{domxref("HTMLElement")}} オブジェクトインタフェースからも継承により操作可能となっています。

+

DOM の embed 要素は、その特別なプロパティを操作する為の HTMLEmbedElement インタフェースを公開します。 embed 要素は通常の {{domxref("HTMLElement")}} オブジェクトインタフェースからも継承により操作可能となっています。

HTMLElement インタフェースから継承するものの他にいくつかの固有プロパティを持ちます。

-- cgit v1.2.3-54-g00ecf