Coyote Browser / Reference

A fresh HTML5 browser engine for HBBTV and embedded systems

²
  • Home
  • FAQ
  • About

Reference Index > DOM HTML

HTMLOutputElement

Interface Specification

WhatWG Logo from https://html.spec.whatwg.org/multipage/form-elements.html#the-output-element
interface HTMLOutputElement
{
[SameObject, PutForwards=value] readonly attribute DOMTokenList htmlFor;
readonly attribute HTMLFormElement? form;
[CEReactions] attribute DOMString name;
readonly attribute DOMString type;
[CEReactions] attribute DOMString defaultValue;
[CEReactions] attribute DOMString value;
readonly attribute boolean willValidate;
readonly attribute ValidityState validity;
readonly attribute DOMString validationMessage;
boolean checkValidity();
boolean reportValidity();
void setCustomValidity(DOMString error);
readonly attribute NodeList labels;
};
};

Implementation status

Number of constants in JS interface: none
Number of attributes in JS interface: 10/10
Number of functions in JS interface: 3/3

FunctionImplementation status
checkValidityDummy
reportValidityDummy
setCustomValidityDummy

Browser & Device compatibility

Device typeSupport Status
Desktop PC browsersYes
HBBTV 1.5 devicesYes
HBBTV 2.0.x devicesYes

Notes

none

This page has been generated automatically from source code by the CoyoteBrowser InfoTool on Tue Jan 05 16:54:08 2021 . Some design elements from MDN are used under CC-BY-SA license from "Mozilla Contributors".