[Code Samples Inspection] HTML > Accessibility > Missing required 'lang' attribute

This commit is contained in:
Jakub Chrzanowski 2020-04-16 11:14:45 +02:00
parent df7afcd9a9
commit 56cefc5580
3 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,6 @@
<html>
<!-- Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<html lang="en">
<body>
<b>SDK:</b> This inspection reports when the '==' or '!=' operator was used between expressions of
reference types. <br>

View File

@ -1,7 +1,7 @@
<!-- Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<html>
<html lang="en">
<body>
<b>SDK:</b> This intention converts a ternary operator to a corresponding if statement. <br>
</body>
</html>
</html>

View File

@ -1,9 +1,9 @@
<!-- Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<html>
<html lang="en">
<body>
<b>SDK:</b> Write your description here.<br>
<!-- tooltip end -->
Text after this comment will not be shown in tooltips.
</body>
</html>
</html>