From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../api/htmlobjectelement/checkvalidity/index.html | 59 +++++++++ files/ja/web/api/htmlobjectelement/index.html | 133 +++++++++++++++++++++ 2 files changed, 192 insertions(+) create mode 100644 files/ja/web/api/htmlobjectelement/checkvalidity/index.html create mode 100644 files/ja/web/api/htmlobjectelement/index.html (limited to 'files/ja/web/api/htmlobjectelement') diff --git a/files/ja/web/api/htmlobjectelement/checkvalidity/index.html b/files/ja/web/api/htmlobjectelement/checkvalidity/index.html new file mode 100644 index 0000000000..edcf67a3c9 --- /dev/null +++ b/files/ja/web/api/htmlobjectelement/checkvalidity/index.html @@ -0,0 +1,59 @@ +--- +title: HTMLObjectElement.checkValidity +slug: Web/API/HTMLObjectElement/checkValidity +tags: + - API + - HTML DOM + - HTMLObjectElement + - Method + - NeedsExample + - Reference + - checkValidity + - checkValidity() + - メソッド +translation_of: Web/API/HTMLObjectElement/checkValidity +--- +

{{APIRef("HTML DOM")}}

+ +

checkValidity() は {{domxref("HTMLObjectElement")}} インターフェイスのメソッドで、常に true である {{jsxref("Boolean")}} を返します。 object オブジェクトは制約の検証の候補にはならないからです。

+ +

構文

+ +
const valid = HTMLObjectElement.checkValidity();
+ +

引数

+ +

なし。

+ +

返値

+ +

true

+ +

例外

+ +

なし。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML WHATWG','#dom-cva-checkvalidity','checkValidity')}}{{Spec2('HTML WHATWG')}}初回定義
+ +

ブラウザーの互換性

+ + + +

{{Compat("api.HTMLObjectElement.checkValidity")}}

diff --git a/files/ja/web/api/htmlobjectelement/index.html b/files/ja/web/api/htmlobjectelement/index.html new file mode 100644 index 0000000000..865bb0396a --- /dev/null +++ b/files/ja/web/api/htmlobjectelement/index.html @@ -0,0 +1,133 @@ +--- +title: HTMLObjectElement +slug: Web/API/HTMLObjectElement +tags: + - API + - HTML DOM + - Interface + - NeedsTranslation + - Reference + - TopicStub +translation_of: Web/API/HTMLObjectElement +--- +
+
{{ APIRef("HTML DOM") }}
+
+ +

The HTMLObjectElement interface provides special properties and methods (beyond those on the {{domxref("HTMLElement")}} interface it also has available to it by inheritance) for manipulating the layout and presentation of {{HTMLElement("object")}} element, representing external resources.

+ +

{{InheritanceDiagram(600, 120)}}

+ +

Properties

+ +

Inherits properties from its parent, {{domxref("HTMLElement")}}.

+ +
+
{{domxref("HTMLObjectElement.align")}} {{obsolete_inline}}
+
Is a {{domxref("DOMString")}} representing an enumerated property indicating alignment of the element's contents with respect to the surrounding context. The possible values are "left", "right", "justify", and "center".
+
{{domxref("HTMLObjectElement.archive")}} {{obsolete_inline}}
+
Is a {{domxref("DOMString")}} that reflects the {{htmlattrxref("archive", "object")}} HTML attribute, containing a list of archives for resources for this object.
+
{{domxref("HTMLObjectElement.border")}} {{obsolete_inline}}
+
Is a {{domxref("DOMString")}} that reflects the {{htmlattrxref("border", "object")}} HTML attribute, specifying the width of a border around the object.
+
{{domxref("HTMLObjectElement.code")}} {{obsolete_inline}}
+
Is a {{domxref("DOMString")}} representing the name of an applet class file, containing either the applet's subclass, or the path to get to the class, including the class file itself.
+
{{domxref("HTMLObjectElement.codeBase")}} {{obsolete_inline}}
+
Is a {{domxref("DOMString")}} that reflects the {{htmlattrxref("codebase", "object")}} HTML attribute, specifying the base path to use to resolve relative URIs.
+
{{domxref("HTMLObjectElement.codeType")}} {{obsolete_inline}}
+
Is a {{domxref("DOMString")}} that reflects the {{htmlattrxref("codetype", "object")}} HTML attribute, specifying the content type of the data.
+
{{domxref("HTMLObjectElement.contentDocument")}} {{readonlyInline}}
+
Returns a {{domxref("Document")}} representing the active document of the object element's nested browsing context, if any; otherwise null.
+
{{domxref("HTMLObjectElement.contentWindow")}} {{readonlyInline}}
+
Returns a {{domxref("WindowProxy")}} representing the window proxy of the object element's nested browsing context, if any; otherwise null.
+
{{domxref("HTMLObjectElement.data")}}
+
Returns a {{domxref("DOMString")}} that reflects the {{htmlattrxref("data", "object")}} HTML attribute, specifying the address of a resource's data.
+
{{domxref("HTMLObjectElement.declare")}} {{obsolete_inline}}
+
Is a {{jsxref("Boolean")}} that reflects the {{htmlattrxref("declare", "object")}} HTML attribute, indicating that this is a declaration, not an instantiation, of the object.
+
{{domxref("HTMLObjectElement.form")}} {{readonlyInline}}
+
Retuns a {{domxref("HTMLFormElement")}} representing the object element's form owner, or null if there isn't one.
+
{{domxref("HTMLObjectElement.height")}}
+
Returns a {{domxref("DOMString")}} that reflects the {{htmlattrxref("height", "object")}} HTML attribute, specifying the displayed height of the resource in CSS pixels.
+
{{domxref("HTMLObjectElement.hspace")}} {{obsolete_inline}}
+
Is a long representing the horizontal space in pixels around the control.
+
{{domxref("HTMLObjectElement.name")}}
+
Returns a {{domxref("DOMString")}} that reflects the {{htmlattrxref("name", "object")}} HTML attribute, specifying the name of the browsing context.
+
{{domxref("HTMLObjectElement.standby")}} {{obsolete_inline}}
+
Is a {{domxref("DOMString")}} that reflects the {{htmlattrxref("standby", "object")}} HTML attribute, specifying a message to display while the object loads.
+
{{domxref("HTMLObjectElement.tabindex")}}
+
Is a long representing the position of the element in the tabbing navigation order for the current document.
+
{{domxref("HTMLObjectElement.type")}}
+
Is a {{domxref("DOMString")}} that reflects the {{htmlattrxref("type", "object")}} HTML attribute, specifying the MIME type of the resource.
+
{{domxref("HTMLObjectElement.typeMustMatch")}}
+
Is a {{jsxref("Boolean")}} that reflects the {{htmlattrxref("typeMustMatch", "object")}} HTML attribute, indicating if the resource specified by {{htmlattrxref("data", "object")}} must only be played if it matches the {{htmlattrxref("type", "object")}} attribute.
+
{{domxref("HTMLObjectElement.useMap")}}
+
Is a {{domxref("DOMString")}} that reflects the {{htmlattrxref("usemap", "object")}} HTML attribute, specifying a {{HTMLElement("map")}} element to use.
+
{{domxref("HTMLObjectElement.validationMessage")}} {{readonlyInline}}
+
Returns a {{domxref("DOMString")}} representing a localized message that describes the validation constraints that the control does not satisfy (if any). This is the empty string if the control is not a candidate for constraint validation (willValidate is false), or it satisfies its constraints.
+
{{domxref("HTMLObjectElement.validity")}} {{readonlyInline}}
+
Returns a {{domxref("ValidityState")}} with the validity states that this element is in.
+
{{domxref("HTMLObjectElement.vspace")}} {{obsolete_inline}}
+
Is a long representing the horizontal space in pixels around the control.
+
{{domxref("HTMLObjectElement.width")}}
+
Is a {{domxref("DOMString")}} that reflects the {{htmlattrxref("width", "object")}} HTML attribute, specifying the displayed width of the resource in CSS pixels.
+
{{domxref("HTMLObjectElement.willValidate")}} {{readonlyInline}}
+
Returns a {{jsxref("Boolean")}} that indicates whether the element is a candidate for constraint validation. Always false for HTMLObjectElement objects.
+
+ +

Methods

+ +

Inherits methods from its parent, {{domxref("HTMLElement")}}.

+ +
+
{{domxref("HTMLObjectElement.checkValidity()")}}
+
Retuns a {{jsxref("Boolean")}} that always is true, because object objects are never candidates for constraint validation.
+
{{domxref("HTMLObjectElement.setCustomValidity()")}}
+
Sets a custom validity message for the element. If this message is not the empty string, then the element is suffering from a custom validity error, and does not validate.
+
+ +

Specifications

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG', "#htmlobjectelement", "HTMLObjectElement")}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', "embedded-content-0.html#the-object-element", "HTMLObjectElement")}}{{Spec2('HTML5 W3C')}}The W3C specification is a latest of a previous version of {{SpecName("HTML WHATWG")}}
+ Technically, the property tabindex is now defined on {{domxref("HTMLElement")}}.
+ The following properties are now obsolete: align, archive, border, code, codeBase, codeType, declare, hspace, standby, and vspace.
+ The following properties have been added: typeMustMatch, contentWindow, willValidate, validity, and validationMessage.
+ The following methods have been added: checkValidity() and setCustomValidity().
{{SpecName('DOM2 HTML', 'html.html#ID-9893177', 'HTMLObjectElement')}}{{Spec2('DOM2 HTML')}}The contentDocument property has been added.
{{SpecName('DOM1', 'level-one-html.html#ID-9893177', 'HTMLObjectElement')}}{{Spec2('DOM1')}}Initial definition.
+ +

Browser compatibility

+ + + +

{{Compat("api.HTMLObjectElement")}}

+ +

See also

+ + -- cgit v1.2.3-54-g00ecf