[wp-trac] [WordPress Trac] #34063: Allow bdo tag through wp_kses()

WordPress Trac noreply at wordpress.org
Mon Sep 28 20:35:38 UTC 2015


#34063: Allow bdo tag through wp_kses()
-------------------------+-----------------------------
 Reporter:  iandunn      |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Security     |    Version:  2.0
 Severity:  normal       |   Keywords:
  Focuses:  rtl          |
-------------------------+-----------------------------
 The [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdo bdo]
 tag provides a semantic-free method for switching text-direction within a
 single page. e.g.,

 {{{
 <p>This text will go left to right.</p>
 <p><bdo dir="rtl">This text will go right to left.</bdo></p>
 }}}

 Support for it was silently added in r2896, and then removed without much
 justification in r2924.

 I think there are valid use cases for the tag, and don't see any reason to
 prevent people from using it.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34063>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list