mirror of https://github.com/zulip/zulip.git
951514dd7d
We now forbid tags of the form `<foo ... />` in most places, and we also forbid it even for several void tags. We make exceptions for tags that are already formatted in two different ways in our codebase. This is mostly svg tags, plus these common cases: - br - hr - img - input It would be nice to lock down a convention for these, even though the HTML specification is unopinionated on these. We'll probably want to stay flexible for svg tags, since they are sometimes copy/pasted from other sources (although it's probably rare enough for them that we can tolerate just doing minor edits as needed). |
||
---|---|---|
.. | ||
test_template_data | ||
__init__.py | ||
test_capitalization_checker.py | ||
test_check_rabbitmq_queue.py | ||
test_html_branches.py | ||
test_pretty_print.py | ||
test_template_parser.py | ||
test_zulint_custom_rules.py |