Talk:CSS

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Former featured article candidateCSS is a former featured article candidate. Please view the links under Article milestones below to see why the nomination failed. For older candidates, please check the archive.
Article milestones
DateProcessResult
February 10, 2005Featured article candidateNot promoted

Page Overhaul[edit]

I want to start an overhaul of this article, see here User:Darth NormaN/New CSS Article for a current state. What do you think, what is really needed, what could be removed? --Darth NormaN (talk) 01:55, 17 December 2010 (UTC)Reply[reply]

nothing happens there... I also see not a reason to rewrite the full article - sections yes (but not reed on a separate page)... This article has the potential to get FA in far future... mabdul 12:15, 11 February 2011 (UTC)Reply[reply]

How to write "web"?[edit]

The Web - how to write? I think it is wrong to write a proper noun without capitalisation of the first letter. So, the "Web browser" would be the right way to write, as the Web stays for the one and only one World Wide Web. Sae1962 (talk) 08:54, 11 February 2011 (UTC)Reply[reply]

Maybe you look at Internet capitalization conventions since this consists on the same problematic. mabdul 10:26, 11 February 2011 (UTC)Reply[reply]
I think the best plan we have is that we do not capitalise adjectives (What kind of browser? A web browser. Similarly, a web page, web site, web technologies, internet access, etc), but we do, at the moment, still capitalise the nouns when they refer to the global items (the Web and the Internet, like the technologies that built the Web, access to the Internet, etc but not otherwise like 'I built a small private experimental internet between the offices', although nobody would say that any more). This capitalisation of the nouns is mainly an American usage, and looks very Germanic to me. It is not common in the UK and many other places where English is spoken, but there are a lot of American readers and editors here, and some of them feel strongly about it. --Nigelj (talk) 11:43, 11 February 2011 (UTC)Reply[reply]
Yeah, really common in German... Oh and I would write these like in the UK. We should move the discussion to Wikipedia:Manual of Style (capital letters)! mabdul 12:13, 11 February 2011 (UTC)Reply[reply]

Talk:Web_page#Capitalizing_.22web.22 ¦ Reisio (talk) 10:46, 30 August 2011 (UTC)Reply[reply]

Wikipedia Manual of Style on Capital letters. LittleBen (talk) 05:20, 21 January 2012 (UTC)Reply[reply]

Pros and Cons of CSS[edit]

I noticed that the section on "Limitations" comes before the section "Advantages". Shouldn't these be switched around? A reader might skim down the page to see the advantages section, and then scroll down and be confused that the Limitations are not there. —Preceding unsigned comment added by 24.215.85.41 (talk) 15:14, 25 April 2011 (UTC)Reply[reply]

There is a good reason the "Limitations" are given priority: CSS is a headache. I wish CSS would {float:away;}

```` — Preceding unsigned comment added by 24.76.244.100 (talk) 01:28, 6 September 2012 (UTC)Reply[reply]

BNF for selector - why is ':pseudo-' in blue?[edit]

On Mac/Safari the string ':pseudo-' (shown below in bold) is shown in blue. Not sure if intentional?

selector [, selector2, ...][:pseudo-class] {

 property: value;
[property2: value2;
 ...]

} 68.52.142.26 (talk) 15:53, 28 April 2011 (UTC)Reply[reply]

It's part of the behaviour of GeSHi, which is installed server-side here, when we specify '<source lang="css">' around the sample. It's not the word 'pseudo' that stimulates the blue colour-highlighting - anything after a : in a selector is highlighted that way, i.e. any pseudo class name, valid or not. GeSHi also makes the punctuation green and the comment grey. It uses different colours and rules for whichever software language you specify in the wiki-markup. --Nigelj (talk) 17:54, 28 April 2011 (UTC)Reply[reply]

Priority scheme for CSS sources[edit]

Priority scheme for CSS sources (from highest to lowest priority)

Are Author styles really higher-priority than User styles? 68.52.142.26 (talk) 15:58, 28 April 2011 (UTC)Reply[reply]

Yes. "By default, rules in author style sheets have more weight than rules in user style sheets. Precedence is reversed, however, for "!important" rules. All user and author rules have more weight than rules in the UA's default style sheet.", http://www.w3.org/TR/CSS21/cascade.html --Nigelj (talk) 17:46, 28 April 2011 (UTC)Reply[reply]

Flexibility Section Introduces Irrelavent Topic[edit]

Under the Advantages - Flexibility Section, the article talks about the advantages of Content Management Systems but does not clearly describe how this relates to CSS. While many Content Management Systems do employ CSS, this section is irrelavent and strays from the article topic. — Preceding unsigned comment added by 71.197.185.111 (talk) 08:46, 10 November 2011 (UTC)Reply[reply]


Browser support paragraph[edit]

The Browser support paragraph needs to be updated. It has been written with an August 2009 perspective. And the 'Limitations' and 'Advantages' section should be switched. These days _a large majority_ of web pages uses CSS. No need to create the impression that there are viable alternatives. CSS is _the_ web styling DSL. — Preceding unsigned comment added by 138.188.100.254 (talk) 08:07, 9 February 2012 (UTC)Reply[reply]

The problem is that we need reliable references for this, otherwise it would be original research! mabdul 13:54, 9 February 2012 (UTC)Reply[reply]

Classes[edit]

While Pseudo-classes are defined but Classes are not. Shouldn't they be defined too? --79.40.164.18 (talk) 16:18, 5 March 2012 (UTC)Reply[reply]

Section Uses is broken[edit]

The uses section of this page is reporting php code from mediawiki and may need to be reviewed. Help is needed to correct this issue NotinREALITY 23:25, 25 March 2012 (UTC)Reply[reply]

  • UPDATE Section has been repaired, may have been proxy issue :D NotinREALITY 23:27, 25 March 2012 (UTC)Reply[reply]

redundant[edit]

Isn't calling CSS: Cascading Style Sheets redundant when we say CSS Cascading Style Sheets? This article uses the acronym with its meaning in sequential order in a redundant fashion. I am wondering why? My query is: Shouldn't this be corrected to read only CSS once the antecedent is identified and recognized the first time? Thank you.

I don't know what you want to say since the article only mentions Cascading Style Sheets only one time (in the lede plus in the infobox, in the navigation boxes, and in the references). Or are you talking about something different? mabdul 16:45, 30 April 2012 (UTC)Reply[reply]

HTML, XML, SVG...[edit]

There are a great many references in the article to 'HTML'. We should remember that CSS is also applied to XML, XHTML, SVG and many other document types that are based on XML. There used to be an example here of taking arbitrary XML markup, and applying a stylesheet to create a perfectly good display in a normal browser. At the very least, I think we should go through the whole article replacing all these references to 'HTML' with something like 'the markup' or 'the document', or 'the document markup'. I'm sure people will be coming here because of the use of CSS in whatever XML technology they are looking at, and wondering at all these references to HTML, which is irrelevant to them. --Nigelj (talk) 17:55, 30 April 2012 (UTC)Reply[reply]

  • Support - CSS is independent of HTML. mabdul 14:18, 3 May 2012 (UTC)Reply[reply]
  • Oppose CSS is regularly applied to HTML. The application of CSS to non-HTML XML (which would include SVG) is possible, and was considered at one time to be a likely avenue for its development. However in practice it turned out to be an evolutionary dead end and, in practical terms, it just doesn't happen. It should be mentioned that CSS has been used to render XML too, but not to the point where we confuse the readability of a mainstream explanation of CSS being applied to HTML by behaving as if it was applied to anything else with any sort of frequency. Andy Dingley (talk) 14:49, 3 May 2012 (UTC)Reply[reply]
    You are aware that "It is a requirement that CSS styling can be applied to SVG [1.1] content", as of August last year?[1] Where are you getting your information about evolutionary dead ends and what does and doesn't happen? I think we need references please, for such a bold assertion. --Nigelj (talk) 17:21, 4 May 2012 (UTC)Reply[reply]
    I have to say I am surprised at Andy Dingley writing this, especially as recently as 2012. Eisenberg's SVG Essentials contained an appendix on the use of CSS as early as 2002. So much of what was once defined in the SVG specification has since been devolved to, or subsumed by, CSS that SVG 2 would now be virtually useless without it. (There are a few who occasionally question the wisdom of this development.) Globbet (talk) 23:00, 24 July 2014 (UTC)Reply[reply]

border-radius[edit]

I added a bit to the section on CSS 3 addressing the increasing usage of the border-radius property in websites, but don't know where I got the information from. Can anyone find a possible resource for that? 68.173.113.106 (talk) 20:27, 28 May 2012 (UTC)Reply[reply]

History[edit]

When Tim Berners-Lee wrote ENQUIRE in 1980, he used a simple style sheet, so he definitely needs to be mentioned here. AmySmiles (talk) www.w3.org/Style/LieBos2e/history/ — Preceding unsigned comment added by AmySmiles (talkcontribs) 18:55, 13 June 2013 (UTC)Reply[reply]

Removal of Syntax Example[edit]

I I just wanted to say that the recent removal of http://en.wikipedia.org/w/index.php?title=Cascading_Style_Sheets&diff=prev&oldid=577373579 is a annoying. "rm non-example that conveys absolutely nothing" Well maybe it's not a example as such but it certainly conveys what is meant in the above text by selector, :pseudo-class and such! Why not just remove the word example and put it under syntax or something??????? What annoys me is when I show people the page now it only show what CSS isn't! http://en.wikipedia.org/w/index.php?title=Cascading_Style_Sheets&diff=prev&oldid=573924404 — Preceding unsigned comment added by 123.2.137.85 (talk) 23:59, 30 November 2013 (UTC)Reply[reply]

Expansion of topic[edit]

Should there be a separate article for CSS3? Or even more detail? Personally, I'd like to see a separate article for each module, and a list of modules which is sortable by W3C status and contains browser support status. Davidlark (talk) 12:49, 25 January 2014 (UTC)Reply[reply]

Property overview[edit]

Adding this here to avoid a conflict of interest situation: The article lacks a pointer to all available CSS properties (now over 300), something that’s useful to get an overview and an idea of the size of CSS. The W3C doesn’t offer a complete list. I’m personally maintaining an index covering all of CSS (hence conflict of interest); I believe of the alternatives, none are complete, but maybe there’s something better. Suggestion for unbiased experts to decide.--j9t (talk) 01:59, 28 January 2014 (UTC)Reply[reply]

  • Oppose We're not a reference guide. It would be much better for us to link to one. Andy Dingley (talk) 02:17, 28 January 2014 (UTC)Reply[reply]
  • Clarification—That was the suggestion (pointing to an overview, not duplicating one).--j9t (talk) 08:40, 15 February 2014 (UTC)Reply[reply]

Reset style sheets[edit]

Another suggestion, reset style sheets have played a relevant role in CSS development. Six Revisions probably wrote the most comprehensive article about the history of resets (though it’s not entirely accurate), which may be a good basis to work with or point to. (Though the article quotes me, and I responded, I’m not affiliated with them.) Resets may warrant more coverage beyond this, however.--j9t (talk) 01:59, 28 January 2014 (UTC)Reply[reply]

Cascading?[edit]

May I timidly ask what is the meaning/significance of the word 'cascading'? I really do not know, and I came here hoping to learn. Can the origin of the term be included on the page? As for 'style sheet' - this is derived from the printing industry. It was a list of instructions to typesetters, compositors, proof-checkers etc. defining the 'house style' for publications printed at that establishment. Bluedawe 00:13, 7 April 2014 (UTC)Reply[reply]

"Cascade" means for information to be passed down or passed on. A cascading waterfall passes down water as a CSS passes down information to the HTML document. Admittedly, I have never heard the term "cascade" being used in this way. I usually think of waterfalls, not information. Hope this helps. Ripberger (talk) 02:35, 7 April 2014 (UTC)Reply[reply]
That's not what the CSS cascade means at all. The 'cascade' in CSS is the choice algorithm applied to the (possibly many) statements of CSS rules in all the stylesheets in scope for each page, then the choice of which style rule conveys the finally selected value for each property. http://www.w3.org/TR/CSS2/cascade.html#cascade
Andy Dingley (talk) 02:44, 7 April 2014 (UTC)Reply[reply]

Cheatsheet[edit]

I think that this free cheatsheet can be useful: [CSS3 Cheatsheet] — Preceding unsigned comment added by 80.28.246.222 (talk) 12:20, 7 July 2014 (UTC)Reply[reply]

Odd language usage in the first few sentences[edit]

The use of the word "describe" is incorrect. The parameters written in CSS are declarations (instructions). CSS is not having a casual chat with the browser! It is telling the browser what to do by giving instructions in a declarative manner. I have seen this usage of the the word "describe" for HTML as well. It is just plain incorrect from a computing technology and English Language perspective. If no one changes it (or has any valid objections) I can reword it (if I remember to come back here!).--Hypernator (talk) 18:35, 24 September 2014 (UTC)Reply[reply]

I'm fine with it being altered, but I'm just replying to defend the use of "describe" (not to object to your preference). That is, it's really not incorrect English usage to say that CSS describes document presentation. (Compare the definitions given at http://www.merriam-webster.com/dictionary/describe; and consider that "color:white; background-color: orange" is a description in words of what the presentation should look like.) It may be preferable to say that it declares document presentation (or specifies it), but it's not "wrong", language-wise, to say it describes it. But it may not be the word that most developers would prefer. So I understand your preference and have no objection to it being changed. (Only objected to the specific phrase "just plain incorrect from ... English Language perspective.") Quercus solaris (talk) 02:57, 25 September 2014 (UTC)Reply[reply]
OK Quercus, I am inclined to agree with you in that I was possibly nit-picking. It is mainly just because I would attribute the "describing" of something to be associated with something that already exists. Where webpages are concerned, the layout does not exist until until you have "told" it (instructed it) what to do. For example, it could be said that the drill sergeant is "describing" what he wants the troops to do when they are marching; it just does not seem to present it in an appropriate manner. It may be best if I leave it for the moment.--Hypernator (talk) 16:17, 27 September 2014 (UTC)Reply[reply]

What is "CSS-3D"?[edit]

I just ran into the term "CSS-3D" in Jos Dirksen's book "Three.js" (Oct 2013), and he mentions a new "CSS-3D" specification (page 9). Is this an addition to the CSS standard defined by the W3C, or is it a separate project that just uses the acronym "CSS"? Should it be mentioned in this article, or a separate article? I found a link to here at the w3.org site, linked from here on the Mozilla site, but the link is dead. Jimw338 (talk) 16:47, 29 March 2015 (UTC)Reply[reply]

Definition of "nominal"[edit]

The term "nominal parameters" is used but what sense of "nominal" is this? Googling the term just gets recyclings from this article. robotwisdom (talk) 08:27, 26 August 2015 (UTC)Reply[reply]

we give command for adio or video setting — Preceding unsigned comment added by 59.88.124.20 (talk) 04:44, 17 October 2015 (UTC)Reply[reply]

Illustration of code not consistent[edit]

The image at the top right side of the Article page has a few inconsistencies:

  1. The first line in the h1 selector's ruleset (a.k.a. rule, style) has the first declaration immediately after the opening brace on the same line.
    • This is not standard syntax when there are other declarations that are listed on separate lines beneath it.
    • It is also inconsistent with the second selector's ruleset, which has a line break after the opening brace, which is standard syntax.
  2. Line 2 (the second declaration of the h1 ruleset) uses the shorthand property background for the background color whereas line 10 (the body ruleset's first declaration) uses the specific property background-color
  3. Line 4 can be written simply as padding: 0;
* W3C – background shorthand
** W3C – border shorthand property: "The 'border' property is a shorthand property for setting the same width, color, and style for all four borders of a box."

Additional references:

Suggested alternative example code (note that I have also removed all the spaces between the colon ( : ) and the values.

h1 {
  color:white;
  background:orange;
  border:1px solid black;
  padding:0;
  font-weight:bold;
}
body {
  background:white;
  color:black;
  font-family:Arial,sans-serif;
  margin:0 4px 0 0;
  border:12px solid;
}

Dawnvawn (talk) 22:15, 26 October 2015 (UTC)Reply[reply]

Methodologies - new page?[edit]

Should the design methodologies section be made into a new topic unto itself? there are multiple such ones and they have their own websites and stuff what you peeps think! Krehel (talk) 02:59, 23 February 2018 (UTC)Reply[reply]

History Discrepancy[edit]

A. The history section reads: "At the time, Lie was working with Tim Berners-Lee at CERN."

B. However, the W3C article reads: "The World Wide Web Consortium (W3C) was founded by Tim Berners-Lee after he left the European Organization for Nuclear Research (CERN) in October, 1994." (emphasis mine)

C. According to World_Wide_Web_Consortium#History, the W3C was formed on October 1.

If B & C are correct, then A cannot be.

Information from [W3C](https://www.w3.org/Style/History/Overview.en.html) suggests the story is a bit different.

Currently, the first portion of the history section seems to roughly be of the following form: - A questionable assertion on the authorship of the CSS1 standard - A note on stylesheets in general and the unique problems posed by 'stylesheets on the web' - Notes on patterns of presentation that were common at the time (browser-specific stylesheets) - A questionable assertion on how the community pared down then-current proposals into what we now know as CSS1 - Irrelevant information about working groups of the W3C

I would propose the following form instead: - Information about pre-web stylesheets - Information about pre-CSS styling concerns (browser-specific stylesheets, etc.) - A history that more accurately portrays the different directions of thinking at the time, more closely reflecting the varied authorship reflected in the W3C's history of CSS page (this could include the mention of Netscape's JSSS proposal), culminating in the publishing of the CSS1 proposal

I think this would better reflect how the social systems and motivations that produced the web as we know it were (like the web itself) decentralized and built by the influence of many different paradigms, individuals, discussions, and ideas -- as opposed to being the brain child of just a select few.

--Jimmcnulty41 (talk) 22:54, 18 June 2019 (UTC)Reply[reply]

Flexbox? (Possible section addition)[edit]

Having some personal experience with CSS, I know that formatting and styling pages is considerably more difficult when using default CSS than it is while using flexbox. Flexbox is basically a way to change the syntax and "language", if you will, of CSS to make it quicker and easier to stylize your the web page. It could possibly be deserving of its own sub section, however, I don't feel qualified to write it since I haven't taken a dev class for a couple years. Cpt5mann (talk) 19:36, 21 April 2020 (UTC)Reply[reply]

@Cpt5mann: Grid has even more flexibility than Flexbox. CSS is changing from a line-by-line styling language into a language that will have more possibility to add selectors with properties that behave more like variables; especially the latter would grant a section about CSS's development. Jolarti (talk) 21:51, 1 June 2021 (UTC)Reply[reply]

calc()[edit]

Shouldn't "calc()" be introduced (or similar) before the following (sub section Former issues)?

... with a calc() value to address ...

--Mortense (talk) 13:59, 9 May 2020 (UTC)Reply[reply]

I guess that you mean the calc() function. That's part of CSS Values and Units Module Level 3, which is a W3C Candidate Recommendation (last updated 6 June 2019), and has been at the CR stage since 28 August 2012 - as such isn't necessarily available in all browsers yet. I think we should wait until it becomes a full W3C Recommendation. --Redrose64 🌹 (talk) 14:55, 9 May 2020 (UTC)Reply[reply]

Requested move 21 August 2020[edit]

The following is a closed discussion of a requested move. Please do not modify it. Subsequent comments should be made in a new section on the talk page. Editors desiring to contest the closing decision should consider a move review after discussing it on the closer's talk page. No further edits should be made to this discussion.

The result of the move request was: Page moved. (closed by non-admin page mover) -- Dane talk 03:57, 31 August 2020 (UTC)Reply[reply]



Cascading Style SheetsCSS – Recently I started an RM on the article Application programming interface, requesting it be moved to API. Yesterday, it closed with a consensus to move, and in the discussion, I mentioned this article as another article that would benefit from the same kind of move. In my view, this topic is known primarily by its abbreviation, and it is true that readers somewhat familiar with the subject are likely to only recognise the name by its acronym—see WP:ACRONYMTITLE, as well as the similarly titled articles API, HTML, USB, and HDMI. See also Google Ngrams. Note also that the proposed new title, CSS, already redirects to this article. Mz7 (talk) 03:53, 21 August 2020 (UTC)Reply[reply]

  • Oppose - obscure abbreviations should be expanded in titles for both WP:RECOGNIZABLE and WP:NATURALDIS. Its totally misleading of the OP to fail to mention other technology topics which do not abbreviate, such as Central processing unit, graphical user interface, etc. Certain terms are fine to abbreviate, but only when they are general consumer-level terms (HTML, USB, and HDMI are good examples of that but should be considered exceptions). Anything else more narrowly technical in nature should be expanded. WP:ACRONYMTITLE (which is strangely part of the MOS and not a naming convention) should be adjusted, as it is those that are more unfamiliar with a topic that need more assistance via expanded titles - those with slight familiarity aren't a concern. OP's Ngrams link is misleading as many of those those "CSS" results could be for totally unrelated topics (note the high number of results prior to 1994 - before Cascading Style Sheets were even proposed), and because most sources on this topic do as we do - expand the acronym title and early in the work, but abbreviate throughout the rest of the text. -- Netoholic @ 16:11, 21 August 2020 (UTC)Reply[reply]
    This is hands-down not an obscure abbreviation. Frankly, if you ask many people who work in the field of web software development what "CSS" stands for, it is quite probable they will actually be unsure. I really have to push back against the idea that it is beneficial for our readers to spell out acronyms like this when they are almost universally abbreviated. I agree with you that certain titles like central processing unit and graphical user interface are more recognizable by lay readers when spelled out, but CSS is categorically not such a subject. Mz7 (talk) 17:15, 21 August 2020 (UTC)Reply[reply]
    "people who work in the field" is exactly the problem - we should make decisions about what is most clear to the most readers, not a small subset of technical people. -- Netoholic @ 01:51, 22 August 2020 (UTC)Reply[reply]
    I don't disagree that we should make the decision that is most clear to the most readers, and I apologize if I gave any contrary impression through my wording. In this case, that clearest option is the abbreviation, and it would be a disservice to our readers to use a less recognizable title. HTML is another example of a markup language used primarily by technical people, but you listed it above among the "good examples" where it is fine to abbreviate it because consumers universally recognize the subject by its acronym. I don't fully understand the argument why we should deviate from that same practice for CSS. Mz7 (talk) 08:16, 22 August 2020 (UTC)Reply[reply]
  • Support - I agree with the nominator that the title is primarily known by its acronym. It also satisfies WP:COMMONNAME. Interstellarity (talk) 18:06, 21 August 2020 (UTC)Reply[reply]
  • Support per nom and per Interstellarity's comment above (satisfies WP:COMMONNAME). Chlod (say hi!) 10:30, 26 August 2020 (UTC)Reply[reply]
  • Support per WP:COMMON NAME. CSS as an abbreviation is anything but obscure. A Google search reveals there are 391 millions results for CSS vs no more than 6 million for the full name. Northern Moonlight 01:19, 30 August 2020 (UTC)Reply[reply]

The discussion above is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.

Security risks of CSS[edit]

Hello Mindmatrix. Why are these sources unreliable? --KleinerKorrektor (talk) 16:18, 28 January 2022 (UTC)Reply[reply]

@KleinerKorrektor: That edit was made by User:MrOllie, who reverted your change to a revision of the article last edited by me. I was otherwise not involved with that change. Mindmatrix 17:18, 28 January 2022 (UTC)Reply[reply]
Self published materials such as github and blog postings are not considered reliable sources on Wikipedia. Please see WP:RS for details. MrOllie (talk) 17:24, 28 January 2022 (UTC)Reply[reply]
Whoops... sorry my fault Mindmatrix ^_^
@MrOllie Depends on the quality I would say... so there should be exceptions from this rule. The fact base is there and the blog post would definitely be legit for a sentences like: "Mike Gualtieri and before him others described foobar", don't you agree?
These kinds of attack vectors are well known for a long time but nothing happens on the w3c, or browser vendors site.
I think that information should be in the article, because it is relevant, even if it hasn't got that much public attention yet (probably because of missing expertise by reliable sources?)
Interesting short video: CSS Keylogger - old is new again
--KleinerKorrektor (talk) 19:37, 28 January 2022 (UTC)Reply[reply]
If you disagree with it you're welcome to try to get the policy changed, but we can't simply ignore it until that happens. MrOllie (talk) 20:42, 28 January 2022 (UTC)Reply[reply]

Colour values[edit]

I have removed a recently-added paragraph from the Declaration block section. This is overly detailed for that section, which describes various kinds of property value in general terms, it should not go into specifics. There are many more values than are given here as examples.

Regarding the weasel-phrase "At some point", that would be CSS Color Module Level 4, which as of 28 April 2022 is still a W3C Working Draft, and therefore not finalised. Some of the relevant sections are: 5.2. The RGB hexadecimal notations: #RRGGBB; 4.8. Serializing <color> Values; 5. sRGB Colors. --Redrose64 🌹 (talk) 05:51, 18 May 2022 (UTC)Reply[reply]