Michael created this task.
Michael added a project: Wikidata Design System.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Steps to Reproduce: 
  Create a SCSS declaration with:
  
    .some-class {
        inset-block-end: 0;
    }
  
  Actual Results:
  
    .some-class {
        inset-block-end: 0;
    }
  
  Expected Results:
  
    [dir=ltr] .some-class {
        left: 0;
    }
    [dir=rtl] .some-class {
        right: 0;
    }
    .some-class {
        inset-inline-start: 0;
    }
  
  Firefox and Chrome understand `inset-inline-start`, but Safari and IE11 
don't. So things look broken there. This is currently affecting the Popover 
component <https://github.com/wmde/wikit/pull/373#issuecomment-786793035>.

TASK DETAIL
  https://phabricator.wikimedia.org/T276028

WORKBOARD
  https://phabricator.wikimedia.org/project/board/4521/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: Aklapper, Michael, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Volker_E, abian, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to