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