| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- 'use strict';
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- var HeadingRole = {
- relatedConcepts: [{
- module: 'ARIA',
- concept: {
- name: 'heading'
- }
- }, {
- module: 'HTML',
- concept: {
- name: 'h1'
- }
- }, {
- module: 'HTML',
- concept: {
- name: 'h2'
- }
- }, {
- module: 'HTML',
- concept: {
- name: 'h3'
- }
- }, {
- module: 'HTML',
- concept: {
- name: 'h4'
- }
- }, {
- module: 'HTML',
- concept: {
- name: 'h5'
- }
- }, {
- module: 'HTML',
- concept: {
- name: 'h6'
- }
- }],
- type: 'structure'
- };
- exports.default = HeadingRole;
|