According to the changelog:
The consolidation removes duplicates, merging extended definitions into a single feature. The definition from the latest spec level is used when a feature is defined in more than one level. If you need the definition from earlier levels, please raise an issue to describe your needs!
I use webref to determine what features are supported by a given browser. Often times, browsers do not support the latest version of a spec, especially when the spec was only recently released or changed.
Rather than using the latest definition, it would be preferable to either:
- Combine the syntax for all specs while removing duplicates (this is what I do currently)
- Include an array of all syntax definitions
- Expose all of the original specs as done in v6 in addition to the consolidated report