Changeset 62530 for trunk/src/wp-includes/kses.php
- Timestamp:
- 06/19/2026 06:41:13 AM (19 hours ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/kses.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r62433 r62530 2580 2580 * 2581 2581 * @since 2.8.1 2582 * @since 7.1.0 Added support for SVG presentation attributes. 2582 2583 * 2583 2584 * @param string[] $attr Array of allowed CSS attributes. … … 2738 2739 'container-type', 2739 2740 2741 'fill', 2742 'fill-opacity', 2743 'fill-rule', 2744 2745 'stroke', 2746 'stroke-dasharray', 2747 'stroke-dashoffset', 2748 'stroke-linecap', 2749 'stroke-linejoin', 2750 'stroke-miterlimit', 2751 'stroke-opacity', 2752 'stroke-width', 2753 2754 'color-interpolation', 2755 'color-interpolation-filters', 2756 'paint-order', 2757 'stop-color', 2758 'stop-opacity', 2759 'flood-color', 2760 'flood-opacity', 2761 'lighting-color', 2762 2763 'marker', 2764 'marker-end', 2765 'marker-mid', 2766 'marker-start', 2767 2768 'clip-path', 2769 'clip-rule', 2770 'mask', 2771 'mask-type', 2772 2773 'cx', 2774 'cy', 2775 'r', 2776 'rx', 2777 'ry', 2778 'x', 2779 'y', 2780 'd', 2781 2782 'alignment-baseline', 2783 'baseline-shift', 2784 'dominant-baseline', 2785 'glyph-orientation-horizontal', 2786 'glyph-orientation-vertical', 2787 'text-anchor', 2788 'unicode-bidi', 2789 'word-spacing', 2790 2791 'font-size-adjust', 2792 'font-stretch', 2793 2794 'color-rendering', 2795 'image-rendering', 2796 'shape-rendering', 2797 'text-rendering', 2798 'vector-effect', 2799 2800 'transform', 2801 'transform-origin', 2802 2803 'pointer-events', 2804 'visibility', 2805 2740 2806 // Custom CSS properties. 2741 2807 '--*',
Note: See TracChangeset
for help on using the changeset viewer.