browser-features.yml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. -
  2. browser: >
  3. Edge
  4. summary: >
  5. Focusable elements should fire focus event / receive :focus styling when they receive Narrator/accessibility focus
  6. upstream_bug: >
  7. A11yUserVoice#16717318
  8. origin: >
  9. Bootstrap#20732
  10. -
  11. browser: >
  12. Edge
  13. summary: >
  14. Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4
  15. upstream_bug: >
  16. UserVoice#12299532
  17. origin: >
  18. Bootstrap#19984
  19. -
  20. browser: >
  21. Edge
  22. summary: >
  23. Implement the HTML5 [`<dialog>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog)
  24. upstream_bug: >
  25. UserVoice#6508895
  26. origin: >
  27. Bootstrap#20175
  28. -
  29. browser: >
  30. Edge
  31. summary: >
  32. Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled
  33. upstream_bug: >
  34. UserVoice#15939898
  35. origin: >
  36. Bootstrap#20618
  37. -
  38. browser: >
  39. Edge
  40. summary: >
  41. Implement the [`of <selector-list>` clause](https://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class
  42. upstream_bug: >
  43. UserVoice#15944476
  44. origin: >
  45. Bootstrap#20143
  46. -
  47. browser: >
  48. Firefox
  49. summary: >
  50. Implement the [`of <selector-list>` clause](https://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class
  51. upstream_bug: >
  52. Mozilla#854148
  53. origin: >
  54. Bootstrap#20143
  55. -
  56. browser: >
  57. Firefox
  58. summary: >
  59. Implement the HTML5 [`<dialog>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog)
  60. upstream_bug: >
  61. Mozilla#840640
  62. origin: >
  63. Bootstrap#20175
  64. -
  65. browser: >
  66. Firefox
  67. summary: >
  68. When virtual focus is on a button or link, fire actual focus on the element, too
  69. upstream_bug: >
  70. Mozilla#1000082
  71. origin: >
  72. Bootstrap#20732
  73. -
  74. browser: >
  75. Chrome
  76. summary: >
  77. Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled
  78. upstream_bug: >
  79. Chromium#642487
  80. origin: >
  81. Chromium#437860
  82. -
  83. browser: >
  84. Chrome
  85. summary: >
  86. Implement the [`of <selector-list>` clause](https://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class
  87. upstream_bug: >
  88. Chromium#304163
  89. origin: >
  90. Bootstrap#20143
  91. -
  92. browser: >
  93. Chrome
  94. summary: >
  95. Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4
  96. upstream_bug: >
  97. Chromium#576815
  98. origin: >
  99. Bootstrap#19984
  100. -
  101. browser: >
  102. Safari
  103. summary: >
  104. Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled
  105. upstream_bug: >
  106. WebKit#161535
  107. origin: >
  108. Bootstrap#20618
  109. -
  110. browser: >
  111. Safari
  112. summary: >
  113. Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4
  114. upstream_bug: >
  115. WebKit#64861
  116. origin: >
  117. Bootstrap#19984
  118. -
  119. browser: >
  120. Safari
  121. summary: >
  122. Implement the HTML5 [`<dialog>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog)
  123. upstream_bug: >
  124. WebKit#84635
  125. origin: >
  126. Bootstrap#20175