Changes between Initial Version and Version 1 of Ticket #43140
- Timestamp:
- 01/21/2018 08:06:27 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43140
-
Property
Summary
changed from
Wordpress does not allow HTML tags in the Name field of Links (blogroll)toWordPress does not allow HTML tags in the Name field of Links (blogroll)
-
Property
Summary
changed from
-
Ticket #43140 – Description
initial v1 1 In WordPress 4.9.2, when creating a Link (i.e. the blogroll feature) it is not possible to wrap HTML tags around the text in the Name field: Word press will simply display those HTML tags escaped on the website.1 In WordPress 4.9.2, when creating a Link (i.e. the blogroll feature) it is not possible to wrap HTML tags around the text in the Name field: WordPress will simply display those HTML tags escaped on the website. 2 2 3 3 Being able to add HTML tags around the Name text is important because it allows specifying foreign-language names with the {{{<span lang="XX">}}} tag for the sake of accessibility (screenreaders etc.) and semantic markup. My blog, for example, is in English, but some of the blogs linked to in my blogroll have foreign-language titles. 4 4 5 Word press already allows adding tags like {{{<span lang="XX">}}} in the Title field of new blog posts, presumably for precisely this purpose, so this feature should be made available to the Links editor as well.5 WordPress already allows adding tags like {{{<span lang="XX">}}} in the Title field of new blog posts, presumably for precisely this purpose, so this feature should be made available to the Links editor as well.