1. 15 Feb, 2021 6 commits
  2. 12 Feb, 2021 2 commits
  3. 11 Feb, 2021 6 commits
  4. 10 Feb, 2021 3 commits
    • XhmikosR's avatar
      Release v5.0.0-beta2 (#32467) · e50c11b8
      XhmikosR authored
      * Bump version to 5.0.0-beta2
      
      * Dist
      e50c11b8
    • Gaël Poupard's avatar
      docs(scroll offset): improve a11y for sticky header (#33027) · 2bb42a91
      Gaël Poupard authored
      Our current trick works great for headings or landmarks `:target`ed by links activation, however it still allows focus to be hidden under the sticky header. 
      
      1. Go to any docs page, 
      2. use a TOC link to scroll down the page, 
      3. then `Shift`+`Tab` to navigate backward using keyboard. 
      
      You should see on some browsers (mainly Firefox from my tests, but it used to do the same in Chrome) that focused elements isn't visible, hidden by our sticky header.
      
      Applying `scroll-padding-top` to the `:root` solves this without any side-effect—but it requires to drop `scroll-margin-top` for anchors to prevent doubling the offset.
      
      FWIW based on my test, Edgium and Chromium don't really care since they seem to have a new heuristic for such cases, making the focused element scroll to the center of the view.
      2bb42a91
    • XhmikosR's avatar
      Downgrade karma to v6.0.4. (#33030) · 2ab6dbd2
      XhmikosR authored
      It seems v6.1.0 has some disconnect issues, so, trying to see if that's the case.
      2ab6dbd2
  5. 09 Feb, 2021 11 commits
  6. 08 Feb, 2021 3 commits
  7. 04 Feb, 2021 2 commits
  8. 03 Feb, 2021 7 commits