Bug 316764 - implement <mask> and fix <clipPath> for multiple

overlapping children.  r=scootermorris


git-svn-id: svn://10.0.0.236/trunk@187897 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tor%cs.brown.edu
2006-01-20 17:00:43 +00:00
parent b5bf49f861
commit fe2017034e
35 changed files with 1494 additions and 134 deletions

View File

@@ -4434,6 +4434,8 @@ PRBool CSSParserImpl::ParseSingleValueProperty(nsresult& aErrorCode,
case eCSSProperty_marker_mid:
case eCSSProperty_marker_start:
return ParseVariant(aErrorCode, aValue, VARIANT_HUO, nsnull);
case eCSSProperty_mask:
return ParseVariant(aErrorCode, aValue, VARIANT_HUO, nsnull);
case eCSSProperty_pointer_events:
return ParseVariant(aErrorCode, aValue, VARIANT_HOK,
nsCSSProps::kPointerEventsKTable);