You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you publish a post with the footer HTML element, it's stripped from the post.
Context: I am trying to use a web extension's embed feature (Quotebacks) that's code requires the manipulation of the embed's footer. Since the footer gets stripped from the post, the code cannot find the footer and doesn't render properly.
Steps to reproduce (if necessary)
Steps to reproduce the behavior:
Publish a post with a <footer></footer> element
Inspect the post in browser tools
Notice how the footer element in the post is gone
Expected behavior
The footer element should have stayed intact when you inspect the post.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you publish a post with the
footer
HTML element, it's stripped from the post.Context: I am trying to use a web extension's embed feature (Quotebacks) that's code requires the manipulation of the embed's footer. Since the footer gets stripped from the post, the code cannot find the footer and doesn't render properly.
Steps to reproduce (if necessary)
Steps to reproduce the behavior:
<footer></footer>
elementExpected behavior
The footer element should have stayed intact when you inspect the post.
The text was updated successfully, but these errors were encountered: