| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi @masonf
I have found this other bug while investigating the Adoption Algorithm issue.
It seems that WebKit's parser doesn't know about the <command> element either, so I think we could align with that.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Nice catch! I'm amazed I hadn't seen that.
As much as I hate to say it, we should probably add a runtime enabled feature for this too, since it's possible someone depends on it or something. I think the changes are small, but better safe than sorry. Otherwise, looks good to me.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Oh one more thing, you should remove `"command"` from third_party/blink/renderer/core/html/html_tag_names.json5
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |