w3c / devicesensors-wg

Devices and Sensors Working Group website
https://www.w3.org/das/
4 stars 5 forks source link

Edge renders roadmap maturity stages in wrong orientation #17

Closed anssiko closed 5 years ago

anssiko commented 6 years ago

Quickly testing with EdgeHTML 14.14393 (the only version I had access to), Edge renders maturity stages in https://www.w3.org/2009/dap/roadmap vertically and not horizontally as intended and as rendered by other browsers tested (latest stable versions of Chrome, Firefox, Safari).

This is the related HTML:

<div class="ed maturity">Editor's Draft</div>
<div class="wd maturity">Working Draft</div>
<div class="sd maturity">Stable Draft</div>
<div class="cr maturity">Candidate Rec</div>
<div class="pr maturity">Proposed Rec</div>
<div class="rec maturity">Recommendation</div>

If someone has access to a more recent version of Edge and can debug this, fixes are welcome.

anssiko commented 5 years ago

Due to Edge migration to Chromium, this bug fixed itself.