Skip to content

Commit a264380

Browse files
committed
🐛 removed tags issues
1 parent 44e257c commit a264380

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33

4-
Copyright (c) 2016-2020 Contentstack
4+
Copyright (c) 2016-2021 Contentstack
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

contentstack-templates/static/styles/jsdoc-default.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ nav {
140140
}
141141

142142
nav h3 {
143-
margin-top: 12px;
144143
font-size: 13px;
145144
text-transform: uppercase;
146145
letter-spacing: 1px;

contentstack-templates/tmpl/params.tmpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@
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>

contentstack-templates/tmpl/properties.tmpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@
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>

0 commit comments

Comments
 (0)