From 7f78067c4954893c72be650b91bfa6e15ae2804f Mon Sep 17 00:00:00 2001 From: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:50:46 +0100 Subject: [PATCH] [ja] sync translated content (#22519) * ja: sync translated content * Update _redirects.txt * Update _wikihistory.json * Delete files/ja/conflicting/web/html/element/index.md --------- Co-authored-by: Masahiro FUJIMOTO --- files/ja/_redirects.txt | 1 + files/ja/_wikihistory.json | 10 -- files/ja/web/html/element/menuitem/index.md | 134 -------------------- 3 files changed, 1 insertion(+), 144 deletions(-) delete mode 100644 files/ja/web/html/element/menuitem/index.md diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 0f15b499ea5c06..5319fd5349ca9c 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -4058,6 +4058,7 @@ /ja/docs/Web/HTML/Element/h6 /ja/docs/Web/HTML/Element/Heading_Elements /ja/docs/Web/HTML/Element/image /ja/docs/Web/HTML/Element/img /ja/docs/Web/HTML/Element/input/datetime /ja/docs/Web/HTML/Element/input/datetime-local +/ja/docs/Web/HTML/Element/menuitem /ja/docs/Web/HTML/Element /ja/docs/Web/HTML/Element/video/waiting_event /ja/docs/Web/API/HTMLMediaElement/waiting_event /ja/docs/Web/HTML/Focus_management_in_HTML /ja/docs/Web/API/Document/hasFocus /ja/docs/Web/HTML/Forms /ja/docs/Learn/Forms diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 473dce8e02796e..b35a3e14481145 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -20931,16 +20931,6 @@ "modified": "2020-10-15T21:19:27.214Z", "contributors": ["mfuji09", "YuichiNukiyama", "yyss", "ethertank"] }, - "Web/HTML/Element/menuitem": { - "modified": "2020-11-28T12:02:55.965Z", - "contributors": [ - "mfuji09", - "YuichiNukiyama", - "yyss", - "hamasaki", - "yuji38kwmt" - ] - }, "Web/HTML/Element/meta": { "modified": "2020-10-15T21:26:24.555Z", "contributors": ["mfuji09", "yyss", "mizunashi_mana", "hashedhyphen"] diff --git a/files/ja/web/html/element/menuitem/index.md b/files/ja/web/html/element/menuitem/index.md deleted file mode 100644 index b1a095ce53cca8..00000000000000 --- a/files/ja/web/html/element/menuitem/index.md +++ /dev/null @@ -1,134 +0,0 @@ ---- -title: -slug: Web/HTML/Element/menuitem -l10n: - sourceCommit: 76600240fbe75e083e964bc3707cce81e99999c2 ---- - -{{HTMLSidebar}}{{Deprecated_Header}}{{Non-standard_header}} - -**``** は [HTML](/ja/docs/Web/HTML) の要素で、ユーザーがポップアップメニューから呼び出すことができるコマンドを表します。メニューボタンに割り当てるメニューはもちろん、コンテキストメニューも含みます。 - -コマンドはテキストのラベルと任意で外観を表すアイコン、あるいは代わりに別の要素で動作を定義する*インダイレクトコマンド*で明示的に定義できます。また、任意でコマンドにチェックボックスを含めたり、ラジオボタンを共有するグループにすることができます (インダイレクトコマンドのメニュー項目を `` および `` 要素に対して定義するとき、チェックボックスまたはラジオボタンを持ちます)。 - -## 属性 - -この要素には[グローバル属性](/ja/docs/Web/HTML/Global_attributes)があります。特に `title` 属性はコマンドの説明やヒントを出すのに使われます。 - -- `checked` {{Deprecated_Inline}} {{Non-standard_Inline}} - - : コマンドが選択されているか否かを示す論理属性。`type` 属性が `checkbox` または `radio` のときのみ使われます。 -- `command` {{Deprecated_Inline}} {{Non-standard_Inline}} - - : 別の要素の ID を指定して、間接的に実行するコマンドを示します。 `checked`, `disabled`, `icon`, `label`, `radiogroup`, `type` 属性も含むメニューアイテムで使用してはいけません。 -- `default` {{Deprecated_Inline}} {{Non-standard_Inline}} - - : この論理属性は、メニューのサブジェクト要素 (`button` や `input` など) と同じコマンドを使用することを示します。 -- `disabled` {{Deprecated_Inline}} {{Non-standard_Inline}} - - : 現在の状態ではコマンドを使用できないことを示す論理属性です。`disabled` は `hidden` とは異なりますので注意してください。`disabled` 属性は、状態の変化によってコマンドが妥当になる状況で適切です。 -- `icon` {{Deprecated_Inline}} {{Non-standard_Inline}} - - : コマンドを表す画像を提供するために、画像の URL を指定します。 -- `label` - - : ユーザーに表示する、コマンドの名前です。`command` 属性を提供しない場合は必須です。 -- `radiogroup` {{Deprecated_Inline}} {{Non-standard_Inline}} - - : この属性は、選択されたときにラジオボタンを切り替えるコマンドのグループの名前を指定します。`type` 属性が `radio` である場合に限り使用できます。 -- `type` {{Deprecated_Inline}} {{Non-standard_Inline}} - - - : この属性は、コマンドの種類を以下の 3 つの値のいずれかで示すことができます。 - - - `command`: 関連付けられたアクションを持つ、通常のコマンド。値がない場合の既定値です。 - - `checkbox`: 2 つの異なる状態を切り替えできるコマンドを表します。 - - `radio`: ラジオボタンで切り替え可能なコマンドのグループから 1 つを選択します。 - -## 例 - -### HTML - -```html - -
Right-click to see the adjusted context menu
- - - Checkbox -
- - Commands don't render their contents. - - - Commands don't render their contents. - -
- Radio Button 1 - Radio Button 2 -
-``` - -### CSS - -```css -div { - width: 300px; - height: 80px; - background-color: lightgreen; -} -``` - -### 結果 - -{{EmbedLiveSample("Example", '100%', 80)}} - -## 技術的概要 - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- コンテンツカテゴリー - なし。
許可されている内容なし。これは{{Glossary("void element", "空要素")}}です。
タグの省略開始タグが必須で、終了タグはあってはいけません。
許可されている親要素 - ポップアップメニュー状態である {{HTMLElement("menu")}} - 要素。({{HTMLElement("menu")}} 要素の - type 属性を指定する場合は - popup にしなければなりません。属性がない場合は - {{HTMLElement("menu")}} - の親要素自体がポップアップメニュー状態の - {{HTMLElement("menu")}} であることが必要です。) -
許可されている ARIA ロールなし
DOM インターフェイス{{DOMxRef("HTMLMenuItemElement")}}
- -## 仕様書 - -現行のどの仕様書にも含まれていません。 - -## ブラウザーの互換性 - -どのブラウザーでも対応していません。この要素を唯一対応していたブラウザー Firefox は、85 で対応を削除しました。 - -## 関連情報 - -- [HTML context menus in Firefox (Screencast and Code)](https://hacks.mozilla.org/2011/11/html5-context-menus-in-firefox-screencast-and-code/)