You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now all of the values but none of the properties are being added to the regular index, which isn't that useful. Since bikeshed should know which values belong to which property, the property could be added to the index with each of its values as a sub-item. So instead of this (from flexbox)
First half of this work is done now. Multiple index entries with the same text get collapsed into one entry with sub-entries, like:
<number>
value for flex-shrink, 7.3.1
value for flex-basis, 7.3.2
Doing it the other way around, where the index entry for 'flex-shrink' includes sub-entries for all of its values, is a bit more difficult, but doable. I'll get to that soonish.
Ugh, this'll actually be much harder than I thought. Problem right now is that the for='' values aren't intrinsically connected to other definitions. They're effectively just a disambiguator, with no verification that they actually mean anything right now.
I need to fix that first before I can take this issue any further.
Right now all of the values but none of the properties are being added to the regular index, which isn't that useful. Since bikeshed should know which values belong to which property, the property could be added to the index with each of its values as a sub-item. So instead of this (from flexbox)
you'd get
The text was updated successfully, but these errors were encountered: