-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
td align attribute #85974
td align attribute #85974
Conversation
In general I think the right approach is to introduce a linter with exclusions for known issues (and possible non-issues), then gradually whittle down the exclusions or let them become permanent. So: Let's ignore the lint here. Changing to center aligned looks very bad. Also, align is deprecated but it still works. I'm guessing the markdown generator uses it because that allows being independent of CSS (though I suppose they could add an inline style). |
The center alignement is the current display. Otherwise I'm fine with ignoring this issue. |
Ah, if we can make it look better (left align) and also satisfy tidy, I'm happy about that. |
I removed the useless commits. With this change, the align is not centered anymore. |
@bors r+ rollup |
📌 Commit 38ec87c has been approved by |
td align attribute This is a follow-up of rust-lang#85972. I have put this one on its own because it changes the display: ![Screenshot from 2021-06-03 21-49-11](https://user-images.githubusercontent.com/3050060/120703622-d533d280-c4b5-11eb-9519-ea1131a40bee.png) Without align: ![Screenshot from 2021-06-03 21-49-15](https://user-images.githubusercontent.com/3050060/120703623-d5cc6900-c4b5-11eb-95f9-878d3915c7fb.png) I also opened an issue about it: pulldown-cmark/pulldown-cmark#533. However, I'm not sure if this is the right course of action... Should we instead ignore the warning? r? `@jsha`
…laumeGomez Rollup of 7 pull requests Successful merges: - rust-lang#83646 (Add a map method to Bound) - rust-lang#85501 (Fix `deny(invalid_doc_attributes)`) - rust-lang#85503 (rustdoc: add tooltips to some buttons) - rust-lang#85710 (Document `From` impls in path.rs) - rust-lang#85760 (Possible errors when accessing file metadata are platform specific) - rust-lang#85974 (td align attribute) - rust-lang#86014 (msp430 linker does not accept -znoexecstack. Set linker_is_gnu to fal…) Failed merges: - rust-lang#85972 (Rustdoc html fixes) r? `@ghost` `@rustbot` modify labels: rollup
This is a follow-up of #85972. I have put this one on its own because it changes the display:
Without align:
I also opened an issue about it: pulldown-cmark/pulldown-cmark#533. However, I'm not sure if this is the right course of action... Should we instead ignore the warning?
r? @jsha