File tree Expand file tree Collapse file tree 6 files changed +11
-9
lines changed Expand file tree Collapse file tree 6 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ <h1>Sample Dialogs</h1>
32
32
33
33
< div role ="main " class ="ui-content ">
34
34
35
- < form action ="">
35
+ < form action ="# ">
36
36
< div class ="ui-field-contain ">
37
37
< label for ="select-choice-1 " class ="select "> Choose shipping method:</ label >
38
38
< select name ="select-choice-1 " id ="select-choice-1 " data-native-menu ="false ">
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ <h2>Corners Initially Off Test</h2>
76
76
Close
77
77
< span class ="ui-page-dialog-close-button-icon ui-icon-delete ui-icon "> </ span >
78
78
</ a >
79
- < h2 class ="ui-title " role ="heading " aria-level ="1 "> Corners Initially On</ h2 >
79
+ < h2 class ="ui-title " data- role ="heading " aria-level ="1 "> Corners Initially On</ h2 >
80
80
</ div >
81
81
< div class ="ui-content ">
82
82
< p > Test</ p >
@@ -91,7 +91,7 @@ <h2 class="ui-title" role="heading" aria-level="1">Corners Initially On</h2>
91
91
Close
92
92
< span class ="ui-page-dialog-close-button-icon ui-icon-delete ui-icon "> </ span >
93
93
</ a >
94
- < h2 class ="ui-title " role ="heading " aria-level ="1 "> Corners Initially Off Test</ h2 >
94
+ < h2 class ="ui-title " data- role ="heading " aria-level ="1 "> Corners Initially Off Test</ h2 >
95
95
</ div >
96
96
< div class ="ui-content ">
97
97
< p > Test</ p >
@@ -106,7 +106,7 @@ <h2 class="ui-title" role="heading" aria-level="1">Corners Initially Off Test</h
106
106
Close
107
107
< span class ="ui-page-dialog-close-button-icon ui-icon-delete ui-icon "> </ span >
108
108
</ a >
109
- < h2 class ="ui-title " role ="heading " aria-level ="1 "> Corners Initially On</ h2 >
109
+ < h2 class ="ui-title " data- role ="heading " aria-level ="1 "> Corners Initially On</ h2 >
110
110
</ div >
111
111
< div class ="ui-content ">
112
112
< p > Test</ p >
@@ -121,7 +121,7 @@ <h2 class="ui-title" role="heading" aria-level="1">Corners Initially On</h2>
121
121
Close
122
122
< span class ="ui-page-dialog-close-button-icon ui-icon-delete ui-icon "> </ span >
123
123
</ a >
124
- < h2 class ="ui-title " role ="heading " aria-level ="1 "> Corners Initially Off Test</ h2 >
124
+ < h2 class ="ui-title " data- role ="heading " aria-level ="1 "> Corners Initially Off Test</ h2 >
125
125
</ div >
126
126
< div class ="ui-content ">
127
127
< p > Test</ p >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ < title > Dialog No Hash</ title >
4
5
</ head >
5
6
< body >
6
7
< div data-nstest-role ="dialog " id ="dialog-no-hash ">
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ <h1>Dialog</h1>
53
53
< h1 > Dialog</ h1 >
54
54
</ div >
55
55
< div class ="ui-content ">
56
- < a href ="# " id ="internal-link "> foo</ a >
56
+ < a href ="# " id ="internal-link-2 "> foo</ a >
57
57
</ div >
58
58
< div data-nstest-role ="toolbar " data-nstest-type ="footer ">
59
59
footer
@@ -65,7 +65,7 @@ <h1>Dialog</h1>
65
65
< h1 > Dialog</ h1 >
66
66
</ div >
67
67
< div class ="ui-content ">
68
- < a href ="# " id ="internal-link "> foo</ a >
68
+ < a href ="# " id ="internal-link-3 "> foo</ a >
69
69
</ div >
70
70
< div data-nstest-role ="toolbar " data-nstest-type ="footer ">
71
71
footer
@@ -115,7 +115,7 @@ <h1> data-nstest-theme & data-nstest-overlay-theme set </h1>
115
115
Close
116
116
< span class ="ui-page-dialog-close-button-icon ui-icon-delete ui-icon "> </ span >
117
117
</ a >
118
- < h1 class ="ui-title " role ="heading " aria-level ="1 "> Dialog</ h1 >
118
+ < h1 class ="ui-title " data- role ="heading " aria-level ="1 "> Dialog</ h1 >
119
119
</ div >
120
120
< div class ="ui-content ">
121
121
< p > Contents</ p >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ < title > Dialog No Hash</ title >
4
5
</ head >
5
6
< body >
6
7
< div data-nstest-role ="dialog " id ="dialog-no-hash ">
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ <h1>Dialog</h1>
51
51
< h1 > Dialog</ h1 >
52
52
</ div >
53
53
< div data-nstest-role ="content " >
54
- < a href ="# " id ="internal-link "> foo</ a >
54
+ < a href ="# " id ="internal-link-1 "> foo</ a >
55
55
</ div >
56
56
< div data-nstest-role ="toolbar " data-nstest-type ="footer ">
57
57
footer
You can’t perform that action at this time.
0 commit comments