Changes between Version 2 and Version 3 of Ticket #10006
- Timestamp:
- Jan 31, 2013, 12:45:26 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10006 – Description
v2 v3 6 6 7 7 There should be a way to mark attrs/style/class as required. Element is marked by this rule as valid (element has to be valid, otherwise it will be filtered out) only if it has this required property. 8 9 Possible format: 10 11 "a[!href]; span{!color}" 12 13 PS. Plugins like font and colorbutton use styles to register content they generate, so by default when passing style to {{{filter#allow()}}} all parts of style should be marked as required.