Giter Site home page Giter Site logo

saekitominaga / config Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 923 KB

Configuration files used on my personal website (`w0s.jp`)

License: MIT License

JavaScript 23.05% TypeScript 23.29% HTML 45.95% EJS 1.97% CSS 5.74%
eslint-config markuplint-config stylelint-config tsconfig

config's People

Contributors

saekitominaga avatar

Watchers

 avatar

config's Issues

Allow heading content to be included within the `<summary>` element

HTML Spec

summary element

Content model: Phrasing content, optionally intermixed with heading content.

ARIA in HTML

summary element

summary: No corresponding role
Note: Many, but not all, user agents expose the summary element with an implicit ARIA role=button role.

* Until November 2022, role=button. ๐Ÿ‘‰Editorial: clarify summary element role mapping by scottaohara ยท Pull Request #434 ยท w3c/html-aria

Markuplint

"ARIA in HTML" says "No corresponding role", but Markuplint presets the role.
Because the spec says:

Many, but not all, user agents expose the summary element with an implicit ARIA role=button role.

https://github.com/markuplint/markuplint/blob/8c4b1942c02a355f966452a9d1f9e230a7ecf042/packages/%40markuplint/html-spec/src/spec.summary.json#L29-L39

Browser

  • Firefox 103 (old): role:"summary"
  • Firefox 112: role:"summary" (In NVDA, it reads "button".)
  • Firefox 114 nightly: role:"summary" (In NVDA, it reads "button".)
  • Chrome 112: Role: DisclosureTriangle (In NVDA, it reads "button".)
  • Chrome 114 canaly: Role: DisclosureTriangle (In NVDA, it reads "button".)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.