Plumtree UI Infrastructure API  
 

HTMLElement.GetDo508Checking Method 

This method returns whether or not to do 508 validity checking for HTMLElements. If this is true, HTMLElements will try to enforce that the developer does not make HTML that is not 508 compliant.

public virtual bool GetDo508Checking();

Return Value

boolean true implies enforce 508 validity.

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace