Changes between Initial Version and Version 1 of Ticket #32010, comment 3
- Timestamp:
- 04/21/2015 07:45:37 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32010, comment 3
initial v1 6 6 > so they CAN'T have an end tag. 7 7 8 This simply means they can't have an end tag `<tag />` is valid, `<tag></tag>` is not, check `8.1.2.1 Start tags` point 6 for validation of that.8 This simply means they can't have an end tag - `<tag />` is valid, `<tag></tag>` is not, check `8.1.2.1 Start tags` point 6 for validation of that.