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

Fix HTML/CSS warning for palette group detail #14021

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

cdeil
Copy link
Contributor

@cdeil cdeil commented Aug 11, 2024

Fix warning that HTML width attribute on table td is obsolete and follow recommendation to use CSS instead:
See https://www.w3.org/TR/2010/WD-html-markup-20100624/td.html

One thing I noticed at https://docs.bokeh.org/en/latest/docs/reference/palettes.html is that (with Chrome, Safari, Firefox all the same) I see for large palettes like Category20c or Iridescent that the widths are not equal when displayed. That's before this PR, i.e. unrelated.

Screenshot 2024-08-11 at 17 17 21

Copy link

codecov bot commented Aug 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (branch-3.6@5aecc61). Learn more about missing BASE report.

Additional details and impacted files
@@              Coverage Diff              @@
##             branch-3.6   #14021   +/-   ##
=============================================
  Coverage              ?   93.10%           
=============================================
  Files                 ?      282           
  Lines                 ?    19850           
  Branches              ?        0           
=============================================
  Hits                  ?    18481           
  Misses                ?     1369           
  Partials              ?        0           

@bryevdv
Copy link
Member

bryevdv commented Aug 11, 2024

@cdeil for completeness can you post a screenshot of a local docs render to document that things render as expected?

@cdeil
Copy link
Contributor Author

cdeil commented Aug 11, 2024

LGTM on local docs build (with Chrome on MacOS):

Screenshot 2024-08-11 at 22 55 49

@bryevdv
Copy link
Member

bryevdv commented Aug 12, 2024

Thanks @cdeil

@bryevdv bryevdv merged commit 6cc175c into bokeh:branch-3.6 Aug 12, 2024
24 checks passed
Chiemezuo pushed a commit to Chiemezuo/bokeh that referenced this pull request Aug 27, 2024
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants