Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 14.6.2.
  • Loading branch information
reffy-bot committed Feb 6, 2024
1 parent 845f7ee commit 8a6f8ed
Show file tree
Hide file tree
Showing 29 changed files with 10,082 additions and 5,780 deletions.
1,068 changes: 1,068 additions & 0 deletions tr/dfns/vc-data-model-2.0.json

Large diffs are not rendered by default.

1,885 changes: 1,885 additions & 0 deletions tr/dfns/wai-aria-1.3.json

Large diffs are not rendered by default.

879 changes: 879 additions & 0 deletions tr/headings/vc-data-model-2.0.json

Large diffs are not rendered by default.

812 changes: 812 additions & 0 deletions tr/headings/wai-aria-1.3.json

Large diffs are not rendered by default.

3,543 changes: 0 additions & 3,543 deletions tr/headings/wasm-core-1.json

This file was deleted.

47 changes: 47 additions & 0 deletions tr/headings/wasm-core-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"spec": {
"title": "WebAssembly Core Specification",
"url": "https://www.w3.org/TR/wasm-core-2/"
},
"headings": [
{
"id": "title",
"href": "https://www.w3.org/TR/wasm-core-2/#title",
"level": 1,
"title": "WebAssembly Core Specification"
},
{
"id": "subtitle",
"href": "https://www.w3.org/TR/wasm-core-2/#subtitle",
"level": 2,
"title": "Version 2.0"
},
{
"id": "toc",
"href": "https://www.w3.org/TR/wasm-core-2/#toc",
"level": 2,
"title": "Table of Contents"
},
{
"id": "conformance",
"href": "https://www.w3.org/TR/wasm-core-2/#conformance",
"level": 2,
"title": "Conformance",
"number": "1"
},
{
"id": "#security",
"href": "https://www.w3.org/TR/wasm-core-2/#%23security",
"level": 2,
"title": "Security Considerations",
"number": "2"
},
{
"id": "#privacy",
"href": "https://www.w3.org/TR/wasm-core-2/#%23privacy",
"level": 2,
"title": "Privacy Considerations",
"number": "3"
}
]
}
100 changes: 51 additions & 49 deletions tr/idl/wai-aria.idl
Original file line number Diff line number Diff line change
@@ -1,57 +1,59 @@
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: Accessible Rich Internet Applications (WAI-ARIA) 1.2 (https://www.w3.org/TR/wai-aria-1.2/)
// Source: Accessible Rich Internet Applications (WAI-ARIA) 1.3 (https://www.w3.org/TR/wai-aria-1.3/)

interface mixin ARIAMixin {
attribute DOMString? role;

attribute DOMString? ariaAtomic;
attribute DOMString? ariaAutoComplete;
attribute DOMString? ariaBusy;
attribute DOMString? ariaChecked;
attribute DOMString? ariaColCount;
attribute DOMString? ariaColIndex;

attribute DOMString? ariaColSpan;

attribute DOMString? ariaCurrent;

attribute DOMString? ariaDisabled;

attribute DOMString? ariaExpanded;

attribute DOMString? ariaHasPopup;
attribute DOMString? ariaHidden;
attribute DOMString? ariaInvalid;
attribute DOMString? ariaKeyShortcuts;
attribute DOMString? ariaLabel;

attribute DOMString? ariaLevel;
attribute DOMString? ariaLive;
attribute DOMString? ariaModal;
attribute DOMString? ariaMultiLine;
attribute DOMString? ariaMultiSelectable;
attribute DOMString? ariaOrientation;

attribute DOMString? ariaPlaceholder;
attribute DOMString? ariaPosInSet;
attribute DOMString? ariaPressed;
attribute DOMString? ariaReadOnly;

attribute DOMString? ariaRequired;
attribute DOMString? ariaRoleDescription;
attribute DOMString? ariaRowCount;
attribute DOMString? ariaRowIndex;

attribute DOMString? ariaRowSpan;
attribute DOMString? ariaSelected;
attribute DOMString? ariaSetSize;
attribute DOMString? ariaSort;
attribute DOMString? ariaValueMax;
attribute DOMString? ariaValueMin;
attribute DOMString? ariaValueNow;
attribute DOMString? ariaValueText;
[CEReactions] attribute DOMString? role;
[CEReactions] attribute Element? ariaActiveDescendantElement;
[CEReactions] attribute DOMString? ariaAtomic;
[CEReactions] attribute DOMString? ariaAutoComplete;
[CEReactions] attribute DOMString? ariaBusy;
[CEReactions] attribute DOMString? ariaChecked;
[CEReactions] attribute DOMString? ariaColCount;
[CEReactions] attribute DOMString? ariaColIndex;
[CEReactions] attribute DOMString? ariaColIndexText;
[CEReactions] attribute DOMString? ariaColSpan;
[CEReactions] attribute FrozenArray<Element>? ariaControlsElements;
[CEReactions] attribute DOMString? ariaCurrent;
[CEReactions] attribute FrozenArray<Element>? ariaDescribedByElements;
[CEReactions] attribute DOMString? ariaDescription;
[CEReactions] attribute FrozenArray<Element>? ariaDetailsElements;
[CEReactions] attribute DOMString? ariaDisabled;
[CEReactions] attribute FrozenArray<Element>? ariaErrorMessageElements;
[CEReactions] attribute DOMString? ariaExpanded;
[CEReactions] attribute FrozenArray<Element>? ariaFlowToElements;
[CEReactions] attribute DOMString? ariaHasPopup;
[CEReactions] attribute DOMString? ariaHidden;
[CEReactions] attribute DOMString? ariaInvalid;
[CEReactions] attribute DOMString? ariaKeyShortcuts;
[CEReactions] attribute DOMString? ariaLabel;
[CEReactions] attribute FrozenArray<Element>? ariaLabelledByElements;
[CEReactions] attribute DOMString? ariaLevel;
[CEReactions] attribute DOMString? ariaLive;
[CEReactions] attribute DOMString? ariaModal;
[CEReactions] attribute DOMString? ariaMultiLine;
[CEReactions] attribute DOMString? ariaMultiSelectable;
[CEReactions] attribute DOMString? ariaOrientation;
[CEReactions] attribute FrozenArray<Element>? ariaOwnsElements;
[CEReactions] attribute DOMString? ariaPlaceholder;
[CEReactions] attribute DOMString? ariaPosInSet;
[CEReactions] attribute DOMString? ariaPressed;
[CEReactions] attribute DOMString? ariaReadOnly;

[CEReactions] attribute DOMString? ariaRequired;
[CEReactions] attribute DOMString? ariaRoleDescription;
[CEReactions] attribute DOMString? ariaRowCount;
[CEReactions] attribute DOMString? ariaRowIndex;
[CEReactions] attribute DOMString? ariaRowIndexText;
[CEReactions] attribute DOMString? ariaRowSpan;
[CEReactions] attribute DOMString? ariaSelected;
[CEReactions] attribute DOMString? ariaSetSize;
[CEReactions] attribute DOMString? ariaSort;
[CEReactions] attribute DOMString? ariaValueMax;
[CEReactions] attribute DOMString? ariaValueMin;
[CEReactions] attribute DOMString? ariaValueNow;
[CEReactions] attribute DOMString? ariaValueText;
};

Element includes ARIAMixin;
Loading

0 comments on commit 8a6f8ed

Please sign in to comment.