aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-06-09 00:40:02 +0000
committerMDN <actions@users.noreply.github.com>2021-06-09 00:40:02 +0000
commitbbed12e574958e07af25518c7e66bd5ee2fb2d2c (patch)
tree6e15ea0aabe07bcc53e1bcf571c0e086e3976a25 /files/ja/orphaned
parent67bda90e70fdf1714ec4f4886ec9261992bd4422 (diff)
downloadtranslated-content-bbed12e574958e07af25518c7e66bd5ee2fb2d2c.tar.gz
translated-content-bbed12e574958e07af25518c7e66bd5ee2fb2d2c.tar.bz2
translated-content-bbed12e574958e07af25518c7e66bd5ee2fb2d2c.zip
[CRON] sync translated content
Diffstat (limited to 'files/ja/orphaned')
-rw-r--r--files/ja/orphaned/web/api/elementcssinlinestyle/index.html57
-rw-r--r--files/ja/orphaned/web/api/elementcssinlinestyle/style/index.html103
2 files changed, 160 insertions, 0 deletions
diff --git a/files/ja/orphaned/web/api/elementcssinlinestyle/index.html b/files/ja/orphaned/web/api/elementcssinlinestyle/index.html
new file mode 100644
index 0000000000..c654081ebb
--- /dev/null
+++ b/files/ja/orphaned/web/api/elementcssinlinestyle/index.html
@@ -0,0 +1,57 @@
+---
+title: ElementCSSInlineStyle
+slug: orphaned/Web/API/ElementCSSInlineStyle
+tags:
+ - API
+ - CSS
+ - ElementCSSInlineStyle
+ - Interface
+ - Mixin
+ - Reference
+ - ミックスイン
+translation_of: Web/API/ElementCSSInlineStyle
+original_slug: Web/API/ElementCSSInlineStyle
+---
+<p>{{APIRef("CSSOM")}}{{Draft}}</p>
+
+<p><span class="seoSummary"><strong><code>ElementCSSInlineStyle</code></strong> ミックスインは、 {{DOMxRef("HTMLElement")}}, {{DOMxRef("SVGElement")}}, {{DOMxRef("MathMLElement")}} インターフェイスで共通の CSSOM に特化した機能を記述します。</span>これらのインターフェイスは、もちろん、以下に上げたものに加えて機能を追加することができます。</p>
+
+<div class="blockIndicator note">
+<p><strong>注</strong>: <code>ElementCSSInlineStyle</code> はミックスインであり、インターフェイスではありません。実際に <code>ElementCSSInlineStyle</code> 型のオブジェクトを生成することはできません。</p>
+</div>
+
+<div>{{InterfaceOverview("CSSOM")}}</div>
+
+<h2 id="Specifications" name="Specifications">仕様書</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様書</th>
+ <th scope="col">状態</th>
+ <th scope="col">備考</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName("CSSOM", "#the-elementcssinlinestyle-mixin", '<code>HTMLOrForeignElement</code>')}}</td>
+ <td>{{Spec2("CSSOM")}}</td>
+ <td>初回定義</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
+
+<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
+
+<p>{{Compat("api.ElementCSSInlineStyle")}}</p>
+
+<h2 id="See_also" name="See_also">関連情報</h2>
+
+<ul>
+ <li>{{DOMxRef("HTMLElement")}}</li>
+ <li>{{DOMxRef("SVGElement")}}</li>
+ <li>{{DOMxRef("MathMLElement")}}</li>
+ <li>{{DOMxRef("HTMLOrForeignElement")}}</li>
+</ul>
diff --git a/files/ja/orphaned/web/api/elementcssinlinestyle/style/index.html b/files/ja/orphaned/web/api/elementcssinlinestyle/style/index.html
new file mode 100644
index 0000000000..75984c4084
--- /dev/null
+++ b/files/ja/orphaned/web/api/elementcssinlinestyle/style/index.html
@@ -0,0 +1,103 @@
+---
+title: ElementCSSInlineStyle.style
+slug: orphaned/Web/API/ElementCSSInlineStyle/style
+tags:
+ - API
+ - CSSOM
+ - HTMLElement
+ - Property
+ - Reference
+ - SVGElement
+ - Style
+translation_of: Web/API/ElementCSSInlineStyle/style
+original_slug: Web/API/ElementCSSInlineStyle/style
+---
+<div>{{APIRef("CSSOM")}}</div>
+
+<p><code><strong>style</strong></code>プロパティは、要素の<em>インライン</em>スタイルと同様に設定したり取得したりするために使用します。取得時は {{domxref("CSSStyleDeclaration")}} オブジェクトで、その要素のインラインの <a href="/ja/docs/Web/HTML/Global_attributes/style"><code>style</code> 属性</a>で定義された属性に割り当てられた値を持つ、その要素のすべてのスタイルプロパティのリストを返します。</p>
+
+<p><code>style</code> 経由でアクセス可能な CSS プロパティのリストについては、<a href="/ja/docs/Web/CSS/CSS_Properties_Reference">CSS プロパティリファレンス</a>を参照してください。<code>style</code> プロパティは CSS カスケードで <code>style</code> 属性によるインラインスタイル宣言と同じ (かつ最高の) 優先順位を持ちます。</p>
+
+<h3 id="Setting_styles" name="Setting_styles">スタイルの設定</h3>
+
+<p>スタイルは <code>style</code> プロパティに (<code>elt.style = "color: blue;"</code> のように) 文字列で直接代入して設定しないでください。これは style 属性が読み取り専用であり、また <code>CSSStyleDeclaration</code> オブジェクトも読み取り専用だからです。代わりに、 <code>style</code>. のプロパティに値を代入してスタイルを設定できます。要素に対して特定のスタイルを他のスタイル値を変えずに追加するため、 <code>style</code> の個々のプロパティを (<code>elt.style.color = '...'</code>のように) 使うことをお勧めします。 <code>elt.style.cssText = '...'</code> や <code>elt.setAttribute('style', '...')</code> では要素のインラインスタイルを、既存のインラインスタイルを上書きすることで設定するからです。なお、 <code>elt.style.&lt;プロパティ&gt;</code> を使ってスタイルを設定する時、プロパティ名はキャメルケースであって、ケバブケースでないので注意してください (つまり <code>elt.style.fontSize</code>となり、 <code>elt.style.font-size</code>ではありません)。</p>
+
+<p>スタイル宣言は <code>null</code> または空文字を設定することでリセットします。例えば <code>elt.style.color = null</code> のようにします。 Internet Explorer は空文字列を設定する必要があり、 <code>null</code> に設定しても何も起こりません。</p>
+
+<h2 id="Examples" name="Examples">例</h2>
+
+<pre class="brush:js notranslate">// Set multiple styles in a single statement
+elt.style.cssText = "color: blue; border: 1px solid black";
+// Or
+elt.setAttribute("style", "color:red; border: 1px solid blue;");
+
+// Set specific style while leaving other inline style values untouched
+elt.style.color = "blue";
+</pre>
+
+<h3 id="Getting_style_information" name="Getting_style_information">スタイル情報の取得</h3>
+
+<p><code>style</code> プロパティは、要素に適用されているスタイルを完全に知るためには有用ではありません。これは、要素のインラインの <code>style</code> 属性に設定されている CSS 宣言のみを表し、 {{HTMLElement("head")}} セクションのスタイル規則や外部のスタイルシートなど、他の場所のスタイル規則に由来するものを表してはいないからです。要素のすべての CSS プロパティの値を取得するには、代わりに {{domxref("Window.getComputedStyle()")}} を使用する必要があります。</p>
+
+<p>次のコードスニペットは、要素の <code>style</code> プロパティで取得する値と、<code>getComputedStyle()</code> で取得するものの違いを実演します。</p>
+
+<pre class="brush: html notranslate">&lt;!DOCTYPE HTML&gt;
+&lt;html&gt;
+ &lt;body style="font-weight:bold;"&gt;
+ &lt;div style="color:red" id="myElement"&gt;..&lt;/div&gt;
+ &lt;/body&gt;
+&lt;/html&gt;
+</pre>
+
+<pre class="brush:js notranslate">var element = document.getElementById("myElement");
+var out = "";
+var elementStyle = element.style;
+var computedStyle = window.getComputedStyle(element, null);
+
+for (prop in elementStyle) {
+ if (elementStyle.hasOwnProperty(prop)) {
+ out += " " + prop + " = '" + elementStyle[prop] + "' &gt; '" + computedStyle[prop] + "'\n";
+ }
+}
+console.log(out)
+</pre>
+
+<p>出力されるコードは次のようなものです。</p>
+
+<pre class="notranslate">...
+fontWeight = '' &gt; 'bold'
+color = 'red' &gt; 'rgb(255, 0, 0)'
+...</pre>
+
+<p><code>font-weight</code> のスタイルの計算値に <code>bold</code> の値がありますが、要素の <code>style</code> プロパティにはないことに注意してください。</p>
+
+<h2 id="Specification" name="Specification">仕様書</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様書</th>
+ <th scope="col">状態</th>
+ <th scope="col">備考</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName('CSSOM', '#dom-elementcssinlinestyle-style', 'the <code>ElementCSSInlineStyle.style</code> property')}}</td>
+ <td>{{Spec2('CSSOM')}}</td>
+ <td>初回定義</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
+
+<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
+
+<p>{{Compat("api.HTMLElement.style")}}</p>
+
+<h2 id="See_also" name="See_also">関連情報</h2>
+
+<ul>
+ <li><a href="/ja/docs/Web/API/CSS_Object_Model/Using_dynamic_styling_information">動的なスタイル情報の利用</a></li>
+</ul>