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

rgb only required 3 values #36743

Closed
BrotherBlazzard opened this issue Nov 11, 2024 · 1 comment
Closed

rgb only required 3 values #36743

BrotherBlazzard opened this issue Nov 11, 2024 · 1 comment
Labels
closed: question A user misinterpretation or support question. No action required. Content:HTML Hypertext Markup Language docs

Comments

@BrotherBlazzard
Copy link

MDN URL

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/class

What specific section or headline is this issue about?

background declaration within the .editorial CSS rule

What information was incorrect, unhelpful, or incomplete?

background: rgb(255, 0, 0, 0.25);

What did you expect to see?

background: rgba(255, 0, 0, 0.25);

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@BrotherBlazzard BrotherBlazzard added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Nov 11, 2024
@github-actions github-actions bot added the Content:HTML Hypertext Markup Language docs label Nov 11, 2024
@Josh-Cena
Copy link
Member

rgb() is preferred over rgba() and they mean exactly the same. See https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb.

@Josh-Cena Josh-Cena closed this as not planned Won't fix, can't repro, duplicate, stale Nov 11, 2024
@Josh-Cena Josh-Cena added closed: question A user misinterpretation or support question. No action required. and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: question A user misinterpretation or support question. No action required. Content:HTML Hypertext Markup Language docs
Projects
None yet
Development

No branches or pull requests

2 participants