From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/nl/web/html/element/figcaption/index.html | 123 ++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 files/nl/web/html/element/figcaption/index.html (limited to 'files/nl/web/html/element/figcaption/index.html') diff --git a/files/nl/web/html/element/figcaption/index.html b/files/nl/web/html/element/figcaption/index.html new file mode 100644 index 0000000000..e10953ea78 --- /dev/null +++ b/files/nl/web/html/element/figcaption/index.html @@ -0,0 +1,123 @@ +--- +title:
+slug: Web/HTML/Element/figcaption +translation_of: Web/HTML/Element/figcaption +--- +

{{HTMLRef}}

+ +

Het HTML <figcaption> element vertegenwoordigt een bijschrift/opschrift of een legende die bij een figure of afbeelding hoort en die de rest van de data omschrijft van het {{HTMLElement("figure")}} element,  wat zijn directe voorouder is.

+ +

Dit betekent dat  <figcaption> het eerste of het laatste element kan zijn binnen een {{HTMLElement("figure")}} blok. Ook is het HTML Figcaption Element optioneel. Indien dat niet het geval is dan zal het hoodelement van de figuur geen bijschrift/opschrift hebben.

+ + + + + + + + + + + + + + + + + + + + + + + + +
InhoudscategorieënGeen.
Toegestaande inhoudFlow content.
Tag omission{{no_tag_omission}}
Bovenliggende toegestaande elementenEen {{HTMLElement("figure")}} element; het<figcaption> element moet het eerste of het laatste child zijn.
DOM interface{{domxref("HTMLElement")}}
+ +

Attributen

+ +

Dit element bevat ook de  global attributes.

+ +

Voorbeelden

+ +

Ga naar de {{HTMLElement("figure")}} pagina voor voorbeelden van <figcaption>.

+ +

Specificaties

+ + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG', 'grouping-content.html#the-figcaption-element', '<figcaption>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'grouping-content.html#the-figcaption-element', '<figcaption>')}}{{Spec2('HTML5 W3C')}} 
+ +

Browser compatibiliteit

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support8{{CompatGeckoDesktop("2.0")}}9.011.105.1
+
+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support3.0{{CompatGeckoMobile("2.0")}}9.011.05.1 (iOS 5.0)
+
+ +

Zie ook

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