[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> <body>
<b>SDK:</b> This inspection reports when the '==' or '!=' operator was used between expressions of <b>SDK:</b> This inspection reports when the '==' or '!=' operator was used between expressions of
reference types. <br> reference types. <br>

View File

@ -1,6 +1,6 @@
<!-- 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. --> <!-- 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> <body>
<b>SDK:</b> This intention converts a ternary operator to a corresponding if statement. <br> <b>SDK:</b> This intention converts a ternary operator to a corresponding if statement. <br>
</body> </body>

View File

@ -1,6 +1,6 @@
<!-- 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. --> <!-- 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> <body>
<b>SDK:</b> Write your description here.<br> <b>SDK:</b> Write your description here.<br>
<!-- tooltip end --> <!-- tooltip end -->