File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed
Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
33
4- Copyright (c) 2016-2020 Contentstack
4+ Copyright (c) 2016-2021 Contentstack
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ nav {
140140}
141141
142142nav h3 {
143- margin-top : 12px ;
144143 font-size : 13px ;
145144 text-transform : uppercase;
146145 letter-spacing : 1px ;
Original file line number Diff line number Diff line change 5050 });
5151?>
5252
53- <table class="params">
53+ <table class="params" aria-describedby="params" >
5454 <thead>
5555 <tr>
5656 <?js if (params.hasName) {?>
57- <th>Name</th>
57+ <th id="name" >Name</th>
5858 <?js } ?>
5959
6060 <?js if (params.hasAttributes) {?>
61- <th>Attributes</th>
61+ <th id="attributes" >Attributes</th>
6262 <?js } ?>
6363
6464 <?js if (params.hasDefault) {?>
65- <th>Default</th>
65+ <th id="default" >Default</th>
6666 <?js } ?>
6767
6868 <th class="last">Description</th>
Original file line number Diff line number Diff line change 3939 });
4040?>
4141
42- <table class="props">
42+ <table class="props" aria-describedby="props" >
4343 <thead>
4444 <tr>
4545 <?js if (props.hasName) {?>
46- <th>Name</th>
46+ <th id="name" >Name</th>
4747 <?js } ?>
4848
49- <th>Type</th>
49+ <th id="type" >Type</th>
5050
5151 <?js if (props.hasAttributes) {?>
52- <th>Attributes</th>
52+ <th id="attributes" >Attributes</th>
5353 <?js } ?>
5454
5555 <?js if (props.hasDefault) {?>
56- <th>Default</th>
56+ <th id="default" >Default</th>
5757 <?js } ?>
5858
5959 <th class="last">Description</th>
You can’t perform that action at this time.
0 commit comments