- From: Gérard Talbot via GitHub <sysbot+gh@w3.org>
- Date: Thu, 26 Apr 2018 00:45:50 +0000
- To: public-css-archive@w3.org
Firefox 52.7.3 results of [AmeliaBR's codepen test page](https://codepen.io/AmeliaBR/pen/erzodv?editors=1010) for larger and smaller only: larger than medium: 18px smaller than medium: 13px larger than x-large: 32px smaller than x-large: 18px Such result complies with CSS2.2 (xx-large is 32px in both Chromium 64 and Firefox 52): > A <relative-size> keyword is interpreted relative to the table of font sizes and the font size of the parent element. Possible values are: [ larger | smaller ]. For example, **if the parent element has a font size of 'medium', a value of 'larger' will make the font size of the current element be 'large'**. Chromium 64.0.3282.119 results of [AmeliaBR's codepen test page](https://codepen.io/AmeliaBR/pen/erzodv?editors=1010) for larger and smaller only: larger than medium: 19.2px smaller than medium: 13.3333px larger than x-large: 28.8px smaller than x-large: 20px Such results are close but not perfectly, not accurately complying with CSS2.2. Such results clearly indicate a fixed, rigid scaling factor of 1.2 for Chrome. -- GitHub Notification of comment by TalbotG Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2430#issuecomment-384477312 using your GitHub account
Received on Thursday, 26 April 2018 00:45:55 UTC