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
wattsi currently just copies the <title> contents from the source file, which means all multipage documents end up with the same title, <title>HTML Standard</title>.
Each multipage document should instead have a unique title with HTML Standard appended; e.g.:
<title>Parsing HTML documents — HTML Standard</title>
<title>Web application APIs — HTML Standard</title>