Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change: <thead> and <tbody> for tables where suitable, <th> for row names #5

Merged
merged 1 commit into from Apr 15, 2020

Conversation

auge8472
Copy link
Contributor

With exception of the tables in forms, which I plan to handle in a separate PR, every table got a meta structure of tbody elements and thead, where suitable. Additionally the naming fields of table rows changed from td to th.

{% endfor %}
<tbody>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closing tag

{% endfor %}
</td></tr>
</td></tr>
<tbody>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closing tag

{% for l in (version["description"] or package["description"]).splitlines() %}
{{ l }}<br/>
{% endfor %}
</td></tr>
</td></tr>
<tbody>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closing tag

@frosch123
Copy link
Member

frosch123 commented Apr 15, 2020

Yesterday you wrote something about <label> inside <th>. Still valid?
Hmm, I guess that is only for forms.

@auge8472
Copy link
Contributor Author

Yesterday you wrote something about inside . Still valid?
Hmm, I guess that is only for forms.

Yes, label exists only for form input elements. I'll correct the opening tags and will force a new commit.

@frosch123 frosch123 merged commit 4485347 into OpenTTD:master Apr 15, 2020
@auge8472 auge8472 deleted the html-tables branch April 15, 2020 18:59
frosch123 pushed a commit to frosch123/bananas-frontend-web that referenced this pull request Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants