François Daoust

Results 130 issues of François Daoust

The conversion tool does not escape special characters before the conversion, which means that a line like `* [[foo]]` in the initial Google Document gets converted to `* [[foo]]` in...

With patch mechanisms being used on a recurring basis, it becomes easier to produce extracts that do not respect the initial extract's schema. It would also be good to document...

See discussion in https://github.com/w3c/webref/pull/115#discussion_r590699701

css extracts

The [value definition syntax](https://www.w3.org/TR/css-values/#component-types) allows parentheses as literals that represent their corresponding tokens. This allowance means the extra parenthesis in the definition of `` (see https://github.com/w3c/csswg-drafts/issues/7362) could be parsed without...

css extracts

Data curation job currently fails with a "Maximum call stack size exceeded" error during generation of IDL names, see for instance https://github.com/w3c/webref/runs/6364928486 ``` Re-generate the idlnames and idlnamesparsed folders [warn]...

idl extracts

Some specs define and export terms that are defined elsewhere, see e.g. discussion in https://github.com/w3c/respec/issues/3687 There may be valid cases where this is needed. It would be good to first...

dfns extracts

Using the NPM packages, there is no way to get back to the exact list of specs that gave birth to the data. Adding index.json would help.

Release PRs cannot be updated while curation job fails. To make sure that we're aware that this is the case, it would be good if the curation job flagged the...

Via https://github.com/w3c/webref/pull/468#discussion_r795503403 While we don't have such a spec for the time being, a future spec could take the shortname `package`. If such a spec exists and defines CSS, elements,...

The action that runs to report files that are no longer referenced raises false positives when crawling errors occurred. Sometimes, these errors are not really detected as errors and there...