Skip to content

v0.0.7 (July 8th 2015)

Compare
Choose a tag to compare
@rodneyrehm rodneyrehm released this 08 Jul 16:03
· 941 commits to master since this release
  • adding event/shadow-focus to emit custom event when focus changes within the Shadow DOM - extracted from focus/within
  • adding event/interaction-type-listener to track user input to differentiate keyboard and pointer input
  • adding focus/source to allow styling of :focus dependent on user input (keyboard, pinter, script)
  • adding focus/disable-focus to render elements inert and remove them from the document's focus navigation sequence
  • deprecating focus/trap, use focus/disable-focus instead