Skip to content

Commit

Permalink
Merge pull request #44 from AtkinsSJ/time-typo
Browse files Browse the repository at this point in the history
Fix typo in definition of HTMLTimeElement
  • Loading branch information
ifratric authored Jul 28, 2024
2 parents 8083920 + 2db5387 commit 739329a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/html.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@
<HTMLTableSectionElement> = <lt>tfoot <tfoot_attributes> <attributes><gt><trelements><lt>/tfoot<gt>
<HTMLTableCellElement> = <lt>th <th_attributes> <attributes><gt><innerelements><lt>/th<gt>
<HTMLTableSectionElement> = <lt>thead <thead_attributes> <attributes><gt><trelements><lt>/thead<gt>
<HTMLTimeElement> = <lt>time <time_attributes> <attributes><gt><innerelements><lt>/tt<gt>
<HTMLTimeElement> = <lt>time <time_attributes> <attributes><gt><innerelements><lt>/time<gt>
<HTMLTitleElement> = <lt>title <title_attributes> <attributes><gt><htmlsafestring min=32 max=126><lt>/title<gt>
<HTMLTableRowElement> = <lt>tr <tr_attributes> <attributes><gt><thelements><lt>/tr<gt>
<HTMLTrackElement> = <lt>track <track_attributes> <attributes><gt><innerelements><lt>/track<gt>
Expand Down

0 comments on commit 739329a

Please sign in to comment.