Closed (works as designed)
Project:
Drupal core
Version:
10.1.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Aug 2014 at 02:16 UTC
Updated:
21 Oct 2022 at 04:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reidComment #2
dave reidComment #5
dave reidOk let's try with a closing tag.
Comment #8
dave reidComment #9
star-szrHere's a rerolled (actually recreated because it's so small) patch that applies against 8.0.x, 8.1.x, and 8.2.x. I didn't run any tests against it.
Comment #22
mstrelan commentedUpdated patch for 10.1.x. Also fixed the failing tests because they weren't passing
test:elementas an allowed tag toXss::filter.Comment #23
darvanenIt would seem in the 8 years since this issue was created that the HTML spec has changed or moved on.
The current spec does not include ':' or '#x3A' (colon character) in the list of allowed characters for custom elements.
I think this should be Closed (works as designed).
Comment #26
darvanenClosing per #23 after discussion with @mstrelan and @DanielVeza at #DrupalSouth.