-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathREC-PNG-20250624-errata.html
More file actions
103 lines (99 loc) · 3.16 KB
/
REC-PNG-20250624-errata.html
File metadata and controls
103 lines (99 loc) · 3.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Errata in PNG Recommendation, Third Edition</title>
<style type="text/css">
.changed {background: yellow; padding: 2px}
div.old, div.new {background: #DDF; padding: 4px; border: thin solid #AAF}
</style>
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/base" />
</head>
<body>
<div class="head">
<a href="http://www.w3.org/">
<img src= "http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width= "72" />
</a>
<!-- ############################################################# -->
<h1>PNG Recommendation, Third Edition Errata</h1>
<dl>
<dt>This version:</dt>
<dd>
<a href="http://www.w3.org/2025/06/REC-PNG-20250624-errata">
http://www.w3.org/2025/06/REC-PNG-20250624-errata</a>
</dd>
<dt>Last modified:</dt>
<dd>$Date: 2025/06/12 00:11:00 $</dd>
</dl>
<dl>
<dt>This document records known errors in the document:</dt>
<dd>
<a href="https://www.w3.org/TR/2025/REC-png-3-20250624/">
https://www.w3.org/TR/2025/REC-png-3-20250624/</a>
</dd>
<dt>The latest version of the PNG specification is at:</dt>
<dd>
<a href="http://www.w3.org/TR/PNG/">http://www.w3.org/TR/PNG</a>
</dd>
</dl>
<!-- ############################################################# -->
<hr />
</div>
<p>Public comments on this W3C Recommendation are welcome.
Please raise them as <a href="https://github.com/w3c/png/issues?q=is%3Aissue%20state%3Aopen%20milestone%3A%223rd%20edition%22">issues on GitHub</a> .</p>
<hr />
<div class="erratum" id="err-mDCV-values">
<h2>Incorrect values in mDCV example</h2>
<dl>
<dt>Category:</dt>
<dd><a href="https://www.w3.org/2020/Process-20200915/#correction-classes">
2. Corrections that do not affect conformance</a></dd>
<dt>Date:</dt>
<dd>10 September 2025</dd>
<dt>Reported by:</dt>
<dd><a href="https://github.com/w3c/png/issues/539">Christopher Cameron</a></dd>
<dt>Status:</dt>
<dd>Proposed</dd>
</dl>
<h3>Description</h3>
<p>The hexadecimal values for the decimal value of the x chromaticity white point are incorrect.
</p>
<h3>Change</h3>
<p> in <a href="https://www.w3.org/TR/png-3/#example-6">Example 6</a>, change the text: </p>
<div class="old">
Stored Hexadecimal values: {3C 05, 40 42}
</div>
<p>to</p>
<div class="new">
Stored Hexadecimal values: {3D 13, 40 42}
</div>
</div>
<!--
<div class="erratum" id="err-">
<h2></h2>
<dl>
<dt>Category:</dt>
<dd><a href="https://www.w3.org/2020/Process-20200915/#correction-classes">
2. Corrections that do not affect conformance</a></dd>
<dt>Date:</dt>
<dd></dd>
<dt>Reported by:</dt>
<dd><a href=""></a></dd>
<dt>Status:</dt>
<dd>Proposed</dd>
</dl>
<h3>Description</h3>
<p>
</p>
<h3>Change</h3>
<p> in <a href=""></a>, change the text in []: </p>
<div class="old">
</div>
<p>to</p>
<div class="new">
</div>
</div>
-->
<address><a href="mailto:chris@w3.org">Chris Lilley</a></address>
</body>
</html>