Class FeatureCheck


  • public final class FeatureCheck
    extends Object
    collection of methods to check browser specific features.
    Author:
    Manfred Tremmel
    • Method Detail

      • supportCustomValidity

        public static boolean supportCustomValidity​(elemental2.dom.Element pelement)
        Returns whether setCustomValidity is available in this dom element.
        Parameters:
        pelement - element to check
        Returns:
        true if supported