react-toolbox/react-toolbox
GitHub で見るLink text has text-transform: capitalize, contrary to Material specs
Open
#1,774 opened on 2017年12月13日
Type: Material Specgood first issue
説明
<Link label="I am Correctly Capitalized" />
<Link label="user@example.com" />
renders:
I Am Correctly Capitalized
user@Example.com
Menu item examples at Material Design Menu Links clearly show uncapitalized link text, and there is no mention in the guide of capitalisation.
Offending CSS is here