connorshea / mdn-compat-data-explorer

A simple Rails app for exploring MDN Browser Compatibility Data

Home Page:https://mdn-compat-data-explorer.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make sure subfeatures are actually subfeatures

connorshea opened this issue · comments

Subfeatures were introduced in #66, unfortunately the code was written such that the subfeatures didn't require a dot immediately after the feature name.

This leads to problems like api.AnimationEffect being displayed as a subfeature of api.Animation, which it is not.