Coyote Browser / Reference

A fresh HTML5 browser engine for HBBTV and embedded systems

²
  • Home
  • FAQ
  • About

Reference Index > DOM HTML

HTMLBodyElement

Interface Specification

WhatWG Logo from https://html.spec.whatwg.org/multipage/sections.html#the-body-element
interface HTMLBodyElement
{
};
WhatWG Logo from https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions
interface mixin WindowEventHandlers
{
attribute EventHandler onafterprint;
attribute EventHandler onbeforeprint;
attribute OnBeforeUnloadEventHandler onbeforeunload;
attribute EventHandler onhashchange;
attribute EventHandler onlanguagechange;
attribute EventHandler onmessage;
attribute EventHandler onmessageerror;
attribute EventHandler onoffline;
attribute EventHandler ononline;
attribute EventHandler onpagehide;
attribute EventHandler onpageshow;
attribute EventHandler onpopstate;
attribute EventHandler onrejectionhandled;
attribute EventHandler onstorage;
attribute EventHandler onunhandledrejection;
attribute EventHandler onunload;
};
WhatWG Logo from https://html.spec.whatwg.org/multipage/obsolete.html#other-elements,-attributes-and-apis
partial interface HTMLBodyElement
{
[CEReactions] attribute [TreatNullAs=EmptyString] DOMString text;
[CEReactions] attribute [TreatNullAs=EmptyString] DOMString link;
[CEReactions] attribute [TreatNullAs=EmptyString] DOMString vLink;
[CEReactions] attribute [TreatNullAs=EmptyString] DOMString aLink;
[CEReactions] attribute [TreatNullAs=EmptyString] DOMString bgColor;
[CEReactions] attribute DOMString background;
};
};

Implementation status

Number of constants in JS interface: none
Number of attributes in JS interface: 22/22
Number of functions in JS interface: none

FunctionImplementation status

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".