W3C

PNG Recommendation, Third Edition Errata

This version:
http://www.w3.org/2025/06/REC-PNG-20250624-errata
Last modified:
$Date: 2025/09/10 14:00:53 $
This document records known errors in the document:
https://www.w3.org/TR/2025/REC-png-3-20250624/
The latest version of the PNG specification is at:
http://www.w3.org/TR/PNG

Public comments on this W3C Recommendation are welcome. Please raise them as issues on GitHub .


Incorrect values in mDCV example

Category:
2. Corrections that do not affect conformance
Date:
10 September 2025
Reported by:
Christopher Cameron
Status:
Proposed

Description

The hexadecimal values for the decimal value of the x chromaticity white point are incorrect.

Change

in Example 6, change the text:

Stored Hexadecimal values: {3C 05, 40 42}

to

Stored Hexadecimal values: {3D 13, 40 42}
Chris Lilley