Searched refs:HTMLAttributeMode (Results 1 – 2 of 2) sorted by relevance
45 HTMLAttributeMode, enumerator67 return mode == HTMLAttributeMode || mode == UASheetMode; in isInternalPropertyAndValueParsingEnabledForMode()72 return mode == HTMLQuirksMode || mode == HTMLAttributeMode || mode == SVGAttributeMode; in isUnitLessLengthParsingEnabledForMode()
180 …e = MutableStylePropertySet::create(element.isSVGElement() ? SVGAttributeMode : HTMLAttributeMode); in computePresentationAttributeStyle()