question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing support statement when order of statements in BCD is inverted

See original GitHub issue

https://developer.mozilla.org/en-US/docs/Web/CSS/gap#support_in_grid_layout when expanding the data for Safari currently looks like this: image

It looks like Safari only supports grid-gap, not gap. This is the data being rendered here: https://github.com/mdn/browser-compat-data/blob/2c1ab9977825bac860d0152c95f4483f98cf19be/css/properties/gap.json#L127-L144

The difference to the other browsers is that the alternative_name entry comes first for Safari. That should be fixed, but even so this seems like a bug in the BCD table rendering.

cc @Elchi3 @apple-web-evangelist @jensimmons

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
foolipcommented, Jun 2, 2021

Thanks for the fix, @Elchi3, and @peterbe for the review!

0reactions
Elchi3commented, May 24, 2021

I wrote https://github.com/mdn/yari/pull/3864 which should fix the rendering bug. BCD still needs to make sure the order makes sense, though.

Read more comments on GitHub >

github_iconTop 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 >
FYI: BCD format - Programming Questions - Arduino Forum
BCD is a "convention" about possible values in a byte, in a "nibble" (half byte, 4bit). If you have support for BCD: it...
Read more >
Program for Binary To Decimal Conversion - GeeksforGeeks
The idea is to extract the digits of a given binary number starting from the rightmost digit and keep a variable dec_value.
Read more >
A Tutorial on Data Representation - Integers, Floating-point ...
For the integral part, divide by the target radix repeatably, and collect the ramainder in reverse order. For the fractional part, multiply the...
Read more >
Upgrading Your Discharge and Changing the Reason for ...
We offer a how-to guide that explains the process of applying for a military discharge upgrade or a change in the reason for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found