aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/attribute/flags/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/flags/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/attribute/flags/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/flags/index.html b/files/ja/archive/mozilla/xul/attribute/flags/index.html
new file mode 100644
index 0000000000..5a90cf2d35
--- /dev/null
+++ b/files/ja/archive/mozilla/xul/attribute/flags/index.html
@@ -0,0 +1,15 @@
+---
+title: flags
+slug: Archive/Mozilla/XUL/Attribute/flags
+tags:
+ - XUL Attributes
+ - XUL Reference
+translation_of: Archive/Mozilla/XUL/Attribute/flags
+---
+<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/ja/docs/XUL/XUL_Reference">XUL リファレンス HOME</a></span></div>
+<dl><dt> <code id="a-flags"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/flags">flags</a></code> </dt><dd> 型: <em>スペースで区切られた下記の値のリスト</em> </dd><dd> flag の設定は様々な目的で使用されます。この属性の値には 2 つの flag が定義されています。 </dd></dl>
+<ul> <li><code>dont-test-empty</code>: テンプレートが生成したコンテンツに対して、ビルダはコンテナが空かどうかをチェックしません。</li> <li><code>dont-build-content</code>: この flag は、要素が生成すべきではないコンテンツを示すために tree 上で使用されます。この結果、パフォーマンスは向上しますが、tree の row を取得するために DOM 関数を使用することができなくなります。</li>
+</ul>
+<div class="noinclude">
+
+</div>