Plumtree UI Infrastructure API  
 

HTMLElement.SetDo508Checking Method 

This method sets 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. This can only be used on a top-level HTMLElement (usually an HTMLPage).

public virtual void SetDo508Checking(
   bool b
);

Parameters

b
boolean true implies enforce 508 validity.

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace