This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

getNumberOfChars

Notes

Remarks

The total number of characters includes referenced characters from tref reference, regardless of whether they are rendered.

The total number of characters is effectively equivalent to the length of the textContent attribute from the DOM Level 3 Core specification (section 1.4), if that attribute also expands tref elements.

Syntax

 retVal = object.getNumberOfChars();

Standards information

See also

Related pages

Attributions