Changes between Version 1 and Version 2 of Ticket #9993, comment 21
- Timestamp:
- 05/19/2015 07:01:01 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9993, comment 21
v1 v2 11 11 The string, `<h1>`, would be disallowed inside an XML element, but `<h1>` is valid even thought `<h1>` would be best. 12 12 13 The point is, properly escaped HTML is technically plain text. The only necessary addition would be an extended strip_for_xml() method such as proposed in #19998.13 The point is, properly escaped HTML is technically plain text. The only necessary addition would be filter to encode the disallowed characters.