Enc: make it html5-compliant - #921
Draft
johnd0e wants to merge 23 commits into
Draft
Conversation
Contributor
Author
|
johnd0e
force-pushed
the
enc-mass-cleanup
branch
2 times, most recently
from
March 25, 2025 17:40
6aec127 to
3e64b4f
Compare
|
johnd0e
force-pushed
the
enc-mass-cleanup
branch
3 times, most recently
from
May 14, 2025 22:30
0a79756 to
20ca343
Compare
|
johnd0e
force-pushed
the
enc-mass-cleanup
branch
from
January 31, 2026 15:50
20ca343 to
9f9d5c3
Compare
compare e.g. structures/processeditoreventinfo.html
+ minor changes
Also: make use of <var>
johnd0e
force-pushed
the
enc-mass-cleanup
branch
from
January 31, 2026 18:48
9f9d5c3 to
bd23439
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This pull request includes several updates to the HTML files in the
enc/enc_rus/meta/articlesdirectory. 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:
lang="ru"attribute to the<html>tags to specify the language as Russian. [1] [2] [3] [4] [5] [6]<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]<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:
language="JavaScript"attribute in<script>tags with a simpler<script>tag. [1] [2] [3] [4] [5] [6]