Jump to content

<del> tag in cache description gets filtered when rendered


Funky_Boris

Recommended Posts

I have an event description in which I maintain a list of confirmed registered attendees. When people cancel, I've been adding the HTML5 <del> tag in the description source code to signify that they no longer expect to attend.

 

https://coord.info/GCA8H3J

 

This has been working as a charm until fairly recently, where it appears that even though it is present in the source, it gets filtered before the HTML that the users see is rendered.

The <del> tag is the official semantic tag in HTML5 for signifying that something has been deleted. It usually renders in browsers as text with strike-through.

 

https://www.w3schools.com/tags/tag_del.asp

 

Did you change the rules for which tags will get rendered recently ?

Link to comment

Perhaps; I don't believe I've ever used this tag so I cannot attest to a change in the rules.

 

In the interim, use:

 

<span style="text-decoration: line-through;">strike through me</span>

 

for the same effect.

  • Helpful 2
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...