Sanitizes a CSS @keyframes rule.
More...
|
| doSanitize (CSSObject $object) |
| @inheritDoc
|
|
| sanitizeDeclarationBlock (SimpleBlock $block, PropertySanitizer $sanitizer) |
| Sanitize a block's contents as a DeclarationList, in place.
|
|
| sanitizeRuleBlock (SimpleBlock $block, array $sanitizers) |
| Sanitize a block's contents as a RuleList, in place.
|
|
| fixPreludeWhitespace (AtRule $rule, $cloneIfNecessary) |
| For the whitespace at the start of the prelude.
|
|
| sanitizationError ( $tag, CSSObject $object, array $data=[]) |
| Record a sanitization error.
|
|
| sanitizeObj (Sanitizer $sanitizer, CSSObject $object) |
| Run another sanitizer over a CSSObject.
|
|
| sanitizeList (Sanitizer $sanitizer, CSSObjectList $list) |
| Run a sanitizer over all CSSObjects in a CSSObjectList.
|
|
| sanitizeRules (array $ruleSanitizers, RuleList $list) |
| Run a set of RuleSanitizers over all rules in a RuleList.
|
|
|
| $nameMatcher |
|
| $ruleSanitizer |
|
| $sanitizationErrors = [] |
|
◆ __construct()
- Parameters
-
MatcherFactory | $matcherFactory | |
PropertySanitizer | $propertySanitizer | Sanitizer for declarations |
◆ doSanitize()
Wikimedia\CSS\Sanitizer\KeyframesAtRuleSanitizer::doSanitize |
( |
CSSObject | $object | ) |
|
|
protected |
◆ handlesRule()
Wikimedia\CSS\Sanitizer\KeyframesAtRuleSanitizer::handlesRule |
( |
Rule | $rule | ) |
|
The documentation for this class was generated from the following file: