-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Update (most) tables to be md compatible in Web/HTTP #7815
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Just a request on text/javascript.
@@ -162,13 +162,7 @@ | |||
<td><code>.js</code></td> | |||
<td>JavaScript</td> | |||
<td> | |||
<p><code>text/javascript</code>, per the following specifications:</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, this was added here because we had several issues changing it back and forth. See #4077. Can we leave this here somehow?
This makes most tables in Web/HTTP compatible with the Markdown conversion script.
standard-table
classes.<th>
, removing thescope
attributes, removing therowspan
, often by repeating the info.Properties tables are not dealt with here (I will keep them)
After this, there are still two documents with tables to convert, but they will be in a separate PR as they are more complex.
For bookkeeping purposes: this is part of #7536.