Skip to content

Removes all references to ie_mob#192

Merged
robinweser merged 1 commit intorobinweser:masterfrom
popcodeorg:remove-ie_mob
Mar 23, 2020
Merged

Removes all references to ie_mob#192
robinweser merged 1 commit intorobinweser:masterfrom
popcodeorg:remove-ie_mob

Conversation

@outoftime
Copy link
Copy Markdown
Contributor

@outoftime outoftime commented Mar 4, 2020

ie_mob has been marked as a dead browser by browserslist and is thus no longer returned in caniuse-api queries when it depends on latest browserslist.

This pull request removes all references to ie_mob from the codebase and documentation.

Fixes #191

const input = { writingMode: 'horizontal-tb' }
const output = {
WebkitWritingMode: 'horizontal-tb',
msWritingMode: 'horizontal-tb',
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to caniuse-api, only ie_mob needed the -ms- vendor prefix:

> caniuse.getSupport('writing-mode')
{
  and_chr: { y: 66 },
  and_ff: { y: 57 },
  and_qq: { y: 1.2, x: 1.2 },
  and_uc: { y: 11.8 },
  android: { y: 3, x: 4.4, n: 2.3 },
  baidu: { y: 7.12 },
  chrome: { n: 6, u: 7, y: 8, x: 47 },
  edge: { y: 12 },
  firefox: { n: 40, y: 41 },
  ie: { a: 11 },
  ie_mob: { a: 11, x: 11 },
  ios_saf: { y: 5, x: 10.3, u: 4.2 },
  op_mini: {},
  op_mob: { n: 12.1, y: 37 },
  opera: { n: 12.1, y: 15, x: 34 },
  safari: { n: 4, u: 5, y: 5.1, x: 10.1 },
  samsung: { y: 4, x: 4 }
}

@outoftime
Copy link
Copy Markdown
Contributor Author

Hey @robinweser is this good to merge?

@robinweser
Copy link
Copy Markdown
Owner

Yeah, I'm about to do that asap!

@robinweser robinweser merged commit 1a849b0 into robinweser:master Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generator fails when browserslist >= 4.8.4 installed

2 participants