Chris Blume

Results 15 issues of Chris Blume

The localBiblio object contains entries for each reference to generate. The reference can have a field "author" (singular). But if someone creates a field named "authors" (plural) (easy mistake to...

bug

Currently, figures and tables can be linked by id. For example, ``. This will replace the link text with the table number, such as "Table 3". Linking to sections can...

Feature request

## Description of problem `` errors on a missing first header element. But the [documentation](https://github.com/w3c/respec/wiki/introductory) clearly says this is not to be linked from the ToC, which means the header-as-section-title...

question

To make it easier to accept contributions to zlib we should establish automated testing. This commit uses the existing test/example.c testing. It connects those tests to AppVeyor, allowing AppVeyor to...

The PNG spec is being updated at https://github.com/w3c/PNG-spec . This includes errata fixes from the Second Edition and some new features in the coming Third Edition. One of these new...

[ReSpec added support for linking to tables and figures by name rather than id](https://github.com/w3c/respec/issues/4222). This matches the way ReSpec links to sections. Go through the spec and see if there...

SMPTE ST 2094-10 requires the average luminance between frames in order to apply its tone mapping. Currently, this metadata is not provided in PNG. (There is MaxFALL information, which is...

needs resolved discussion

A handful of wise image decoding people have commented that PNG's progressive decoding is problematic. For example: - [https://twitter.com/AndreyLipattsev/status/1399302917539180545](https://twitter.com/AndreyLipattsev/status/1399302917539180545) - [https://twitter.com/jonsneyers/status/1613813170082287617](https://twitter.com/jonsneyers/status/1613813170082287617) They're right. This isn't something to consider for 3rd...

needs resolved discussion

[§ 5.6 Chunk ordering](https://w3c.github.io/png/#5ChunkOrdering) lists out specific chunks and their ordering requirements. [§ 14.3 Ordering of chunks](https://w3c.github.io/png/#14Ordering-of-chunks) lists out the more general rules. These two sections should perhaps be merged....

I met with @bitbank2 who mentioned this. § 12.7 Filter selection says "For images of [color type](https://w3c.github.io/png/#3colourType) 3 (indexed-color), filter type 0 (None) is usually the most effective." This isn't...

documentation