![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Allow <s>, <del>, and <ins> in entry subjects.
Title:
Allow <s>, <del>, and <ins> in entry subjects.
Area:
entries, HTML cleaner
Summary:
Currently, the HTML cleaner removes those, and thus prevents having a subject like "<del>I think I did a bad thing</del> <ins>Oh wait, I misread</ins> when you only discover your misreading after initially posting the entry and want to reflect that in the subject.
Description:
I'm not sure what the original reason for not allowing those was, so there may be reasons why this is infeasible or undesirable. Also, the window title (HTML <title> tag) doesn't allow HTML IIRC, so that would need to be addressed, perhaps by escaping the tags instead of rendering them. (But then, that needs to happen for tags already allowed in subjects, so it wouldn't create a new problem.)
This suggestion:
Should be implemented as-is.
20 (39.2%)
Should be implemented with changes. (please comment)
4 (7.8%)
Shouldn't be implemented.
9 (17.6%)
(I have no opinion)
18 (35.3%)
(Other: please comment)
0 (0.0%)
no subject
no subject
no subject
no subject
no subject
no subject
I know there was a reason, but I cannot remember what it specifically was. However, AFAIC, most other platforms also disallow formatting of subjects and most feedreaders seem to fail at showing them.
If a reader doesn't support the formatting, it can resolve it in weird ways and sometimes simply strip formats so the meaning can be lost.
I'm going to go look through RSS/ATOM specs for titles to see if it's actually there when I've time, unless someone knows it's not, but in the meantime I'm instinctively opposed, but open to persuasion if it's not against standard specs.
no subject
I then tried the W3C Feed Validator[1] and put in one of their sample feeds[2], which, unsurprisingly validated correctly. Adding an Italic tag to the Title element then caused it to fail validation.
It therefore appears that HTML elements aren't allowed in post subjects for the RSS to be valid, so we'd either need to strip it or do something weird, stripping it could remove serious context that users are unexpecting, so I'm opposed to the change.
http://validator.w3.org/feed/check.cgi
http://static.userland.com/gems/backend/rssTwoExample2.xml
no subject
no subject
no subject
deleted textbecomes [del]deleted text[/del] and inserted text becomes [ins]inserted text[/ins]no subject
If it's doable, I'd have no trouble with it, but it looks like more work than it'd be worth, at least for me.
no subject
no subject
no subject
no subject
I've changed my vote to 'with changes'-some way of figuring out a display method for all thr formatting within the feed would be necessary I think. Perhaps simply replacing the > < brackets with []?
no subject
no subject