mediawiki-extensions-Relate.../resources/ext.relatedArticles.readMore
Jon Robson e5431a1c0b Limit RelatedArticles feature to ES6 browsers
We currently require support for IntersectionObserver.
which is supported on Edge >= 15 (15 has partial support),
Firefox >55, Chrome >58, Safari 12.1, Opera >=38,
iOS Safari >=12.2, Android 100

Full ES6 is supported in Edge >=15, Firefox >=54, Chrome >=51,
Safari >=10, Opera >=38, iOS Safari >=10, so such a change
would only drop support for Edge 15 and Firefox 54.

CSS.escape is guaranteed in all these browsers according to
caniuse, with the only discrepancy being the Edge browser (versions
16-18) so it is also suggested we remove support for those browsers.

Firefox 54 accounts for 0.0026% of page views
Edge 15-18 accounts for 0.069% of page views

Bug: T306355
Change-Id: Id2987e3456607b610c38da9ee157a026d1d00ada
2022-04-27 15:45:42 +00:00
..
article.svg [Maintenance] Reduce related articles to two modules 2022-04-14 17:48:37 -07:00
CardListView.js Limit RelatedArticles feature to ES6 browsers 2022-04-27 15:45:42 +00:00
CardModel.js Limit RelatedArticles feature to ES6 browsers 2022-04-27 15:45:42 +00:00
CardView.js Limit RelatedArticles feature to ES6 browsers 2022-04-27 15:45:42 +00:00
index.js Limit RelatedArticles feature to ES6 browsers 2022-04-27 15:45:42 +00:00
readMore.default.less Use SkinAfterContent hook to place cards in the DOM 2019-07-26 19:28:49 +00:00
readMore.less Increase headline color contrast slightly to conform to AA ratio 2018-10-30 12:33:45 -07:00
readMore.minerva.less Don't try to register "" as a style path, that breaks ResourceLoader 2020-03-19 15:24:20 +00:00
styles.less [Maintenance] Reduce related articles to two modules 2022-04-14 17:48:37 -07:00