Skip to content

Conversation

@johnd0e
Copy link
Contributor

@johnd0e johnd0e commented Feb 25, 2025

This pull request includes several updates to the HTML files in the enc/enc_rus/meta/articles directory. These changes modernize the HTML structure and improve accessibility. The most important changes include updating the DOCTYPE declaration, adding language attributes, and replacing deprecated attributes and tags.

HTML structure updates:

  • Updated the DOCTYPE declaration from HTML 4.0 Transitional to HTML5 in all files. [1] [2] [3] [4] [5] [6]
  • Added the lang="ru" attribute to the <html> tags to specify the language as Russian. [1] [2] [3] [4] [5] [6]
  • Replaced the <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> tag with <meta charset="utf-8"> for better compatibility and simplicity. [1] [2] [3] [4] [5] [6]
  • Added the <meta name="viewport" content="width=device-width, initial-scale=1.0"> tag to improve mobile responsiveness. [1] [2] [3] [4] [5] [6]

Attribute and tag updates:

  • Replaced deprecated language="JavaScript" attribute in <script> tags with a simpler <script> tag. [1] [2] [3] [4] [5] [6]
  • Enclosed class attribute values in double quotes for consistency and to follow modern HTML standards. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]

@johnd0e
Copy link
Contributor Author

johnd0e commented Feb 25, 2025

@alabuzhev

make sure that all this luxury works in CHM. I have some doubts that its ancient IE engine can cope with html5 etc

FarEncyclopedia.ru.chm.zip

@johnd0e johnd0e force-pushed the enc-mass-cleanup branch 2 times, most recently from 6aec127 to 3e64b4f Compare March 25, 2025 17:40
@sonarqubecloud
Copy link

@johnd0e johnd0e force-pushed the enc-mass-cleanup branch from 3e64b4f to 8453db9 Compare May 14, 2025 21:40
@johnd0e johnd0e force-pushed the enc-mass-cleanup branch from 8453db9 to 0a79756 Compare May 14, 2025 22:16
@johnd0e johnd0e force-pushed the enc-mass-cleanup branch from 0a79756 to 20ca343 Compare May 14, 2025 22:30
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant