The CSS Reference does not mention the .tab-container style and its type, resulting in an incorrect node hierarchy for the tabs (i.e. it should be .tab > .tab-container > .tab-label).
See
TabPaneSkin:1421
modena.css:1623
caspian.css:2639
On a related note, we might want to check other skins to identify other places where the Substructure is incorrect. One possibility is to add a function to the Monkey Tester which dumps the skin structure for the currently selected control.
Also, should be explicitly specify the name of the skin class in each control "Substructure" section? The "Introduction" does say "For each control, the substructure of that control's skin is given, along with the style‑class names for the Region objects that implement that substructure." but I wonder if the actual class name should also be specified.
See
TabPaneSkin:1421
modena.css:1623
caspian.css:2639
On a related note, we might want to check other skins to identify other places where the Substructure is incorrect. One possibility is to add a function to the Monkey Tester which dumps the skin structure for the currently selected control.
Also, should be explicitly specify the name of the skin class in each control "Substructure" section? The "Introduction" does say "For each control, the substructure of that control's skin is given, along with the style‑class names for the Region objects that implement that substructure." but I wonder if the actual class name should also be specified.