-
Notifications
You must be signed in to change notification settings - Fork 379
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
CLDR-17947 site: css: fix breakage #4067
Conversation
merge conflict broke css for img compare https://cldr.unicode.org/index/keyboard-workgroup to
✨ deployed to https://c6075b6b.cldr.pages.dev |
If the image width was the problem, it now appears solved:
https://cldr.unicode.org/index/language-support-levels#language-selection-ui
…On Fri, Sep 20, 2024 at 12:58 PM Steven R. Loomis ***@***.***> wrote:
Merged #4067 <#4067> into main.
—
Reply to this email directly, view it on GitHub
<#4067 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMCOYBGVJIBMVQWCAITZXR46FAVCNFSM6AAAAABORAF3NGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGM2DKMZQGQ2DSMQ>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Note that the h1, h2, ... styles are still incorrect.
Eg, https://cldr.unicode.org/downloads/cldr-46#current-levels
This is an h4 element, but italic. All of them down to h5 should be bold
and non-italic. It appears that our h4 is not overriding the font-style
correctly; all of *our* site styles should have
font-weight: bold;
font-style: normal;
except for h6, which will have
font-weight: bold;
font-style: italic;
…On Fri, Sep 20, 2024 at 3:08 PM Mark Davis Ⓤ ***@***.***> wrote:
If the image width was the problem, it now appears solved:
https://cldr.unicode.org/index/language-support-levels#language-selection-ui
On Fri, Sep 20, 2024 at 12:58 PM Steven R. Loomis <
***@***.***> wrote:
> Merged #4067 <#4067> into main.
>
> —
> Reply to this email directly, view it on GitHub
> <#4067 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACJLEMCOYBGVJIBMVQWCAITZXR46FAVCNFSM6AAAAABORAF3NGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGM2DKMZQGQ2DSMQ>
> .
> You are receiving this because your review was requested.Message ID:
> ***@***.***>
>
|
this is just the PR for the broken curly brace. I wasn't aware something was incorrect. - can we keep issues on the issue? |
Moved my comment to https://unicode-org.atlassian.net/browse/CLDR-17947?focusedCommentId=177549 |
merge conflict broke css for img
compare the images https://cldr.unicode.org/index/keyboard-workgroup to https://c6075b6b.cldr.pages.dev/index/keyboard-workgroup
CLDR-17947
ALLOW_MANY_COMMITS=true