릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.
1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
HTML on Word v3.0 MR32026년 6월 2일
기능
Added the "-menuBtn a|b|n" option. From a web accessibility perspective, this option allows you to output the <button> tag instead of the <a> tag, which is used to implement elements for showing or hiding the table of contents on devices with narrow screens, such as smartphones. You can also specify that no button tags be output.
Output button elements using the <a> tag (as before). If not specified, the "a" option is used by default.
Output button elements using the <button> tag.
Do not output button elements.
In addition, to support the "aria-controls" attribute of the <button> tag, Antenna House have added the id="toc-menu" as an "id" attribute to the <nav> tag in the table of contents section.
When outputting in XHTML 1.0, output to the <div> tag instead of the <nav> tag.
When using the <a> tag to output an element for showing or hiding the table of contents on devices with narrow screens, such as smartphones, Antenna House have added the title="Table of Contents Menu Button" as a "title" attribute to the <a> tag.
From a web accessibility perspective, output the "aria-label" attribute to the <nav> tags for the table of contents in the generated HTML, as well as for the "前へ/次へ" or "Prev/Next" links used to navigate between pages when the HTML is split into separate files.
When outputting in XHTML 1.0, output to the <div> tag instead of the <nav> tag. It also outputs role="navigation" as the "role" attribute.
The citation text (Citation field) is now enclosed within <span class="citation-word"></span>.
The options "-h", "-help", and "-?" have been added. When you run the program with these options, a list of options will be displayed.
Previously, when alternative text was not specified for pictures or illustrations inserted into Word documents, they were output as alt="Please enter alt text.", however, from a web accessibility perspective, this has been changed to alt="".
Note that when mathematical equations are output as images (SVG), they are also output with alt="".
수정 사항
Fixed a security issue (CVE-2026-33416) found in the library used to handle PNG images.