Skip to content

Commit

Permalink
Remove the attribute information from the DisclosureTriangle concept
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebeach committed Aug 13, 2023
1 parent a8cccfe commit 1f6165d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
20 changes: 0 additions & 20 deletions scripts/axmodel.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,26 +390,6 @@
{
"module": "HTML",
"concept": {
"attributes": [
{
"name": "open",
"value": "open"
}
],
"constraints": [
"scoped to a details element"
],
"name": "summary"
}
},
{
"module": "HTML",
"concept": {
"attributes": [
{
"name": "aria-expanded"
}
],
"constraints": [
"scoped to a details element"
],
Expand Down
20 changes: 0 additions & 20 deletions src/etc/objects/DisclosureTriangleRole.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,6 @@ const DisclosureTriangleRole: AXObjectModelDefinition = {
{
module: 'HTML',
concept: {
attributes: [
{
name: 'open',
value: 'open',
},
],
constraints: [
'scoped to a details element',
],
name: 'summary',
},
},
{
module: 'HTML',
concept: {
attributes: [
{
name: 'aria-expanded',
},
],
constraints: [
'scoped to a details element',
],
Expand Down

0 comments on commit 1f6165d

Please sign in to comment.