parentを使うのを明示的継承と呼ぶのに対し、<style>のnameを'.'(ドット)で繋げていくのを暗黙的継承と呼ぶ。
スタイルとテーマ | Android デベロッパー | Android Developers
AndroidのTheme/Styleを理解する - Qiita
styles.xmlで、
CustomStyle_Height30dpButton.Width30dpButtonは、"CustomStyle_Height30dpButton."が含まれているので、CustomStyle_Height30dpButtonを継承している。

結果は前回と同じ。
ところで、

CustomStyleのところで'.'で切ってみたがダメだった。

継承の対象となるCustomStyleというものがないからね。
Sample/android/styleTag/ImplicitInheritance/src/styleTag at master · bg1bgst333/Sample · GitHub