- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Thu, 01 Feb 2018 01:01:18 +0000
- To: public-css-archive@w3.org
Also, probably the `<string>` part of the syntax should also be changed or clarified to represent what implementations do. In particular, strings that can't be a proper feature tag are considered invalid declarations: ```css font-feature-settings: "vert" 1; /* fine */ font-feature-settings: "vertical" 1; /* fine per the syntax, but not a valid declaration on any browser */ ``` -- GitHub Notification of comment by emilio Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1127#issuecomment-362123391 using your GitHub account
Received on Thursday, 1 February 2018 01:01:26 UTC