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

Luminance contrast, not luminosity contrast #8

Open
svgeesus opened this issue Oct 14, 2022 · 0 comments
Open

Luminance contrast, not luminosity contrast #8

svgeesus opened this issue Oct 14, 2022 · 0 comments

Comments

@svgeesus
Copy link

The FAST checklist uses the incorrect term "luminosity". This is a common mistake, but is incorrect. The correct term (and the one used in WCAG) is "luminance".

Wikipedia has an accurate definition of luminosity, which is a term used in astronomy:

Luminosity is an absolute measure of radiated electromagnetic power (light), the radiant power emitted by a light-emitting object over time.[1][2] In astronomy, luminosity is the total amount of electromagnetic energy emitted per unit of time by a star, galaxy, or other astronomical object.[3][4]

In SI units, luminosity is measured in joules per second, or watts. In astronomy, values for luminosity are often given in the terms of the luminosity of the Sun, L⊙.

Notice that this is total electromagnetic energy, unrelated to whether that is visible light or some other energy (infrared, ultraviolet, etc) and unrelated to human perception.

The Wikipedia definition of luminance is okay, but hides the relevant difference away under luminous intensity:

In photometry, luminous intensity is a measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle, based on the luminosity function, a standardized model of the sensitivity of the human eye. The SI unit of luminous intensity is the candela (cd), an SI base unit.

The crucial point here is that the value is weighted for human perception, so green and yellow light makes more contribution than orange, red, blue, and violet.

I suspect that the confusion comes from the term luminosity function in the definition? But the luminosity function is a graph of (human perceived) brightness vs. visible wavelength, and unrelated to the astronomical definition.

Anyway, please change

Luminosity and hue contrast can adapt to user requirements.

to

Luminance and hue contrast can adapt to user requirements.

and also change

The WCAG 2.0 luminosity contrast ratio

to

The WCAG 2.1 luminance contrast ratio

Notice that WCAG 2.0 and 2.1 both use the correct term, luminance:

L1 is the relative luminance of the lighter of the colors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant