BCD table in "text-decoration-style" page is broken when notes are expanded
See original GitHub issueTake the BCD table at https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-style#Browser_compatibility:
It contains two rows, and the first row has some notes that we can see by clicking a disclosure arrow.
Click one of the note disclosure arrows in the top row:
Most of the second row is pushed out of the box and the names of the rows disappear.
I suspect this is because the name of the first row text-decoration-style
wraps, so that row is taller than normal.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Binary-coded decimal - Wikipedia
In computing and electronic systems, binary-coded decimal (BCD) is a class of binary encodings of decimal numbers where each digit is represented by...
Read more >AH Formatter V7.2 - XSL/CSS Extensions
<axf:table-cell-repeated-marker>, Specifies the contents to be displayed ... Specifies how to treat the margin when the page/column breaks.
Read more >Binary Coded Decimal or BCD Numbering System
Electronics Tutorial about the Binary Coded Decimal or the BCD numbering system where 4 bit binary numbers can hold a single denary digit....
Read more >BCD or Binary Coded Decimal - GeeksforGeeks
Binary Coded Decimal, or BCD, is another process for converting decimal numbers into their binary equivalents.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Duplicate of https://github.com/mdn/kuma/issues/6845 which I’ve asked to prioritize.
Resolved by https://github.com/mdn/yari/pull/1536