WO2024021711A1 - Dynamic internet content accessibility transformation method and apparatus, and website content accessibility transformation method - Google Patents

Dynamic internet content accessibility transformation method and apparatus, and website content accessibility transformation method Download PDF

Info

Publication number
WO2024021711A1
WO2024021711A1 PCT/CN2023/090480 CN2023090480W WO2024021711A1 WO 2024021711 A1 WO2024021711 A1 WO 2024021711A1 CN 2023090480 W CN2023090480 W CN 2023090480W WO 2024021711 A1 WO2024021711 A1 WO 2024021711A1
Authority
WO
WIPO (PCT)
Prior art keywords
transformation
code
accessibility
codes
manual
Prior art date
Application number
PCT/CN2023/090480
Other languages
French (fr)
Chinese (zh)
Inventor
陈威钢
张建宗
安晓丹
闫广实
Original Assignee
哈尔滨亿时代数码科技开发有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 哈尔滨亿时代数码科技开发有限公司 filed Critical 哈尔滨亿时代数码科技开发有限公司
Publication of WO2024021711A1 publication Critical patent/WO2024021711A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Definitions

  • the invention discloses a method and device for barrier-free transformation of dynamic Internet content and a method for barrier-free transformation of website content, which relate to the field of information technology, specifically to the technical field of barrier-free access to Internet content.
  • barrier-free websites that comply with national standards mainly involves transforming the column templates of the website content management system one by one according to the technical indicators in the national standards to achieve website accessibility, which is called "network-wide accessibility transformation.”
  • the present invention provides a method for accessibility transformation of dynamic Internet content, which is applied to web pages.
  • the method includes:
  • Step 1 Capture the source code in the webpage and locate all codes that do not meet the preset standards and the corresponding positions of the code;
  • Step 2 Classify all said codes according to preset classification criteria
  • Step 3 Automatically change the code according to the preset standards so that the code meets the preset standards, And display manual code that cannot be automatically changed in a changeable state;
  • Step 4 Collect the changed manual code and the automatically changed code, and update the web page
  • the specific step 2 is:
  • the automatic transformation includes: processing of commonly missing accessibility functions and common attributes and styles;
  • the configuration modification is: manually configured, configuring the location of the modified elements and accessibility indicators and functions;
  • the auxiliary transformation is as follows: the technicians will identify according to the system prompts and modify the code, element or location where the identification results indicate that there is a problem;
  • the artificial transformation is the artificial code, specifically: the barrier-free transformation code is written by technicians;
  • the four types of codes namely automatic transformation, configuration transformation, auxiliary transformation and manual transformation, are combined into one transformation file. After running detection and verification, the transformation file is pushed to the page end of the web page.
  • the dynamic Internet content accessibility transformation method provided by the present invention is used to provide barrier-free services for the website, which greatly improves the implementation efficiency and reduces the cost to one-tenth of the "entire network barrier-free transformation".
  • the transformation process is driven by computer artificial intelligence. Personnel transform it to effectively ensure the quality of the transformation; computer artificial intelligence regularly scans and fixes problems to continuously ensure the compliance of the website.
  • Figure 1 is a schematic flow chart of an embodiment of the method for accessibility transformation of dynamic Internet content according to the present invention.
  • the method for barrier-free transformation of dynamic Internet content of the present invention is applied to web pages and includes:
  • Step 1 Capture the source code in the web page and locate all codes that do not meet the preset standards and the corresponding locations of the codes.
  • Step 2 Classify all codes according to the preset classification criteria, specifically:
  • Configuration transformation is: manual configuration, configuring the location of the transformed elements and accessibility indicators and functions.
  • the auxiliary transformation is: the technical personnel will check and identify according to the system prompts, and transform the codes, elements or locations that are found to have problems.
  • Manual transformation is manual code, specifically: technical personnel write barrier-free transformation code.
  • Step 3 Automatically change the code according to the preset standards so that the code meets the preset standards, and display the manual code that cannot be automatically changed in a changeable state.
  • Step 4 Collect the changed manual code and automatically changed code, and update the web page; specifically:
  • the content in the automatic transformation includes: missing universal accessibility functions and universal styles.
  • the content in the configuration transformation includes: codes that do not meet the position in the preset standards.
  • the content in the auxiliary transformation includes: codes that cannot be directly determined whether they meet the preset standards in step 1.
  • the auxiliary transformation part is used to indicate the location of the code that does not meet the preset standards and the configuration required for function operation.
  • the manual modification part is modified using native JavaScript or jquery technology.
  • the invention also provides a device for barrier-free transformation of dynamic Internet content, which is applied to web pages.
  • a device for barrier-free transformation of dynamic Internet content which is applied to web pages.
  • the first module used to crawl the source code in the web page and locate all codes that do not meet the preset standards and the corresponding positions of the codes.
  • the second module used to classify all codes according to preset classification standards, specifically:
  • Configuration transformation is: manual configuration, configuring the location of the transformed elements and accessibility indicators and functions.
  • the auxiliary transformation is: the technical personnel will check and identify according to the system prompts, and transform the codes, elements or locations that are found to have problems.
  • Manual transformation is manual code, specifically: technical personnel write barrier-free transformation code.
  • the third module used to automatically change the code according to the preset standards, so that the code meets the preset standards, and displays the manual code that cannot be automatically changed in a changeable state.
  • the fourth module used to collect the changed manual code and automatically changed code, and update the web page; specifically:
  • the present invention also provides a computer storage medium for storing computer programs.
  • the computer program stored in the storage medium is read by the computer, the computer executes the above-mentioned method for barrier-free transformation of dynamic Internet content.
  • the present invention also provides a computer, including a processor and a computer storage medium.
  • a computer including a processor and a computer storage medium.
  • the computer program stored in the storage medium is read by the computer, the computer executes the above method for barrier-free transformation of dynamic Internet content.
  • the present invention also provides a website content accessibility transformation method, which uses the above dynamic Internet content accessibility transformation method to transform website content, specifically including:
  • a JavaScript guide code for his or her own website can be automatically generated. Users can choose to download the JS code as a file to Locally, and then put it on the website server for reference. Users can copy and paste the code to the common bottom of the website. After the code takes effect and is successfully loaded, the entrance link can be added manually or the default icon access method can be used.
  • the transformation part connects the introduced JS to the dynamic accessibility transformation system.
  • the system will complete the transformation based on information accessibility standard indicators and level requirements through crawling and detection, analysis and classification, classification transformation, and code merging.
  • the relevant standards are as follows:
  • Crawl detection The accessibility transformation system automatically detects web pages based on accessibility standards. The system first captures the source code after the web page is loaded, and then retrieves, judges, and analyzes the source code based on standard indicators to locate and obtain inaccuracies. Standards-compliant code, elements, and locations.
  • Classification transformation The system and technical personnel cooperate with each other to transform classification problems, as follows:
  • Configuration transformation mainly configuration transformation element location, barrier-free indicators and functions.
  • Javascript technology can be used to directly perform dynamic modification in the page modification code.
  • the transformation code includes automatic transformation, configuration transformation, auxiliary transformation and manual transformation. If the transformation efficiency needs to be improved, it can be completed by four technicians respectively. Finally, it must be merged into one transformation file, and the transformation file needs to be run and tested. and verification to ensure that the modified file will not affect the original website after running.
  • the code of the file is JS code combined with some CSS and HTML code.
  • the accessibility system When a website clicks to turn on accessibility mode, the accessibility system will load different accessibility modification JavaScript codes according to different web page URLs.
  • the code will dynamically modify the current web page that does not meet accessibility issues.
  • the code runs successfully the page will meet the various index requirements of the national standards and complete the dynamic transformation.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Mining & Analysis (AREA)
  • Computing Systems (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present invention relates to the technical field of information. Disclosed are a dynamic Internet content accessibility transformation method and apparatus, and a website content accessibility transformation method. The dynamic Internet content accessibility transformation method is applied to a webpage, and comprises: step 1, capturing source codes from a webpage, and positioning all codes which do not meet a preset standard, and positions corresponding to the codes; step 2, classifying all the codes according to a preset classification standard, wherein all the codes are classified into four types involving automatic transformation, configuration transformation, auxiliary transformation and artificial transformation; step 3, automatically changing the codes according to the preset standard, such that the codes meet the preset standard, and presenting, in a changeable state, artificial codes which cannot be automatically changed; and step 4, collecting the changed artificial codes and the automatically changed codes, and updating the webpage. The present invention is applicable to accessibility transformation of a webpage.

Description

动态互联网内容无障碍改造方法及装置及网站内容无障碍改造方法Dynamic Internet content accessibility transformation method and device and website content accessibility transformation method
本申请要求于2022年7月26日提交中国专利局、申请号为202210882393.8、发明名称为“动态互联网内容无障碍改造方法及装置及网站内容无障碍改造方法”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application requests the priority of the Chinese patent application submitted to the China Patent Office on July 26, 2022, with the application number 202210882393.8 and the invention title "Dynamic Internet Content Accessibility Transformation Method and Device and Website Content Accessibility Transformation Method", which The entire contents are incorporated herein by reference.
技术领域Technical field
本发明公开了一种动态互联网内容无障碍改造方法及装置及网站内容无障碍改造方法,涉及信息技术领域,具体涉及互联网内容无障碍可访问技术领域。The invention discloses a method and device for barrier-free transformation of dynamic Internet content and a method for barrier-free transformation of website content, which relate to the field of information technology, specifically to the technical field of barrier-free access to Internet content.
背景技术Background technique
目前,实施符合国家标准的无障碍网站,主要通过对网站内容管理系统的栏目模版依据国家标准中的技术指标进行逐一改造,实现网站无障碍,称为“全网无障碍改造”。Currently, the implementation of barrier-free websites that comply with national standards mainly involves transforming the column templates of the website content management system one by one according to the technical indicators in the national standards to achieve website accessibility, which is called "network-wide accessibility transformation."
现有的全网无障碍改造技术中存在的问题有:Problems existing in the existing network-wide barrier-free transformation technology include:
1、用户想要观看效果需要繁琐的用户配合和较长的实施周期。1. If users want to see the effect, it requires cumbersome user cooperation and a long implementation cycle.
2、网站的部署和实施的步骤较为繁琐。2. The steps for website deployment and implementation are relatively cumbersome.
3、网站需要日常维护,但维护人员更换频繁则不能持续保障网站后续符合标准。3. The website requires daily maintenance, but frequent replacement of maintenance personnel cannot continuously ensure that the website meets the standards in the future.
发明内容Contents of the invention
针对上述问题,本发明提供的技术方案为:In response to the above problems, the technical solution provided by the present invention is:
本发明提供了一种动态互联网内容无障碍改造方法,应用于网页,所述方法包括:The present invention provides a method for accessibility transformation of dynamic Internet content, which is applied to web pages. The method includes:
步骤1:抓取所述网页内的源代码,定位所有不符合预设标准的代码和所述代码对应的位置;Step 1: Capture the source code in the webpage and locate all codes that do not meet the preset standards and the corresponding positions of the code;
步骤2:根据预设分类标准对所有所述代码分类;Step 2: Classify all said codes according to preset classification criteria;
步骤3:根据预设标准自动更改所述代码,使所述代码符合预设标准, 并以可更改状态展示无法自动更改的人工代码;Step 3: Automatically change the code according to the preset standards so that the code meets the preset standards, And display manual code that cannot be automatically changed in a changeable state;
步骤4:采集更改后的人工代码和自动更改后的代码,并更新所述网页;Step 4: Collect the changed manual code and the automatically changed code, and update the web page;
所述步骤2具体为:The specific step 2 is:
将所有所述代码分为:自动改造、配置改造、辅助改造和人工改造四类;All the codes mentioned are divided into four categories: automatic transformation, configuration transformation, auxiliary transformation and manual transformation;
所述自动改造为:包括通用缺失的无障碍功能和通用属性及样式的处理;The automatic transformation includes: processing of commonly missing accessibility functions and common attributes and styles;
所述配置改造为:由人工进行配置,配置改造元素位置和无障碍的指标以及功能;The configuration modification is: manually configured, configuring the location of the modified elements and accessibility indicators and functions;
所述辅助改造为:由技术人员根据系统提示查看进行辨别,对辨别结果为存在问题的代码、元素或位置进行改造;The auxiliary transformation is as follows: the technicians will identify according to the system prompts and modify the code, element or location where the identification results indicate that there is a problem;
所述人工改造即为所述人工代码,具体为:由技术人员编写无障碍改造代码;The artificial transformation is the artificial code, specifically: the barrier-free transformation code is written by technicians;
将所述自动改造、配置改造、辅助改造和人工改造四类代码合并为一个改造文件,对所述改造文件进行运行检测和校验后,推送至所述网页的页面端。The four types of codes, namely automatic transformation, configuration transformation, auxiliary transformation and manual transformation, are combined into one transformation file. After running detection and verification, the transformation file is pushed to the page end of the web page.
有益效果:Beneficial effects:
采用本发明提供的动态互联网内容无障碍改造方法,对网站提供无障碍服务,大大提高了实施效率,成本降到“全网无障碍改造”的十分之一,改造过程由计算机人工智能驱动改造人员对其进行改造从而有效保障改造质量;计算机人工智能定期扫描并修复问题,持续保障网站的合规性。The dynamic Internet content accessibility transformation method provided by the present invention is used to provide barrier-free services for the website, which greatly improves the implementation efficiency and reduces the cost to one-tenth of the "entire network barrier-free transformation". The transformation process is driven by computer artificial intelligence. Personnel transform it to effectively ensure the quality of the transformation; computer artificial intelligence regularly scans and fixes problems to continuously ensure the compliance of the website.
说明书附图Instructions with pictures
图1为本发明动态互联网内容无障碍改造方法的实施例流程示意图。Figure 1 is a schematic flow chart of an embodiment of the method for accessibility transformation of dynamic Internet content according to the present invention.
具体实施方式Detailed ways
为使本发明提供的技术方案的优点和有益之处体现得更清楚,现结合附图对本发明提供的技术方案进行进一步详细地描述,具体的: In order to make the advantages and benefits of the technical solutions provided by the present invention more clear, the technical solutions provided by the present invention are now described in further detail with reference to the accompanying drawings, specifically:
本发明动态互联网内容无障碍改造方法,应用于网页,包括:The method for barrier-free transformation of dynamic Internet content of the present invention is applied to web pages and includes:
步骤1:抓取网页内的源代码,定位所有不符合预设标准的代码和代码对应的位置。Step 1: Capture the source code in the web page and locate all codes that do not meet the preset standards and the corresponding locations of the codes.
步骤2:根据预设分类标准对所有代码分类,具体为:Step 2: Classify all codes according to the preset classification criteria, specifically:
将所有代码分为:自动改造、配置改造、辅助改造和人工改造四类。All codes are divided into four categories: automatic transformation, configuration transformation, auxiliary transformation and manual transformation.
自动改造为:包括通用缺失的无障碍功能和通用属性及样式的处理。Automatically transformed to: include handling of commonly missing accessibility features and common attributes and styles.
配置改造为:由人工进行配置,配置改造元素位置和无障碍的指标以及功能。Configuration transformation is: manual configuration, configuring the location of the transformed elements and accessibility indicators and functions.
辅助改造为:由技术人员根据系统提示查看进行辨别,对辨别结果为存在问题的代码、元素或位置进行改造。The auxiliary transformation is: the technical personnel will check and identify according to the system prompts, and transform the codes, elements or locations that are found to have problems.
人工改造即为人工代码,具体为:由技术人员编写无障碍改造代码。Manual transformation is manual code, specifically: technical personnel write barrier-free transformation code.
步骤3:根据预设标准自动更改代码,使代码符合预设标准,并以可更改状态展示无法自动更改的人工代码。Step 3: Automatically change the code according to the preset standards so that the code meets the preset standards, and display the manual code that cannot be automatically changed in a changeable state.
即为:将无法自动更改的代码以可更改状态展示出来,将该代码取名为“人工代码”。That is: display the code that cannot be changed automatically in a changeable state, and name the code "manual code".
步骤4:采集更改后的人工代码和自动更改后的代码,并更新网页;具体为:Step 4: Collect the changed manual code and automatically changed code, and update the web page; specifically:
将自动改造、配置改造、辅助改造和人工改造四类代码合并为一个改造文件,对改造文件进行运行检测和校验后,推送至网页的页面端。Combine the four types of codes: automatic transformation, configuration transformation, auxiliary transformation and manual transformation into one transformation file. After running, detecting and verifying the transformation file, push it to the page end of the web page.
优选地,自动改造中的内容包括:缺失的通用无障碍功能和通用样式。Preferably, the content in the automatic transformation includes: missing universal accessibility functions and universal styles.
优选地,配置改造中的内容包括:不满足预设标准中位置的代码。Preferably, the content in the configuration transformation includes: codes that do not meet the position in the preset standards.
优选地,辅助改造中的内容包括:步骤1中无法直接判断是否符合预设标准的代码。Preferably, the content in the auxiliary transformation includes: codes that cannot be directly determined whether they meet the preset standards in step 1.
具体的,所述的辅助改造部分用于指明不满足预设标准中代码的位置及功能运行所需的配置。Specifically, the auxiliary transformation part is used to indicate the location of the code that does not meet the preset standards and the configuration required for function operation.
优选地,人工改造部分采用采用原生javacript或jquery技术进行更改。Preferably, the manual modification part is modified using native JavaScript or jquery technology.
本发明还提供了一种动态互联网内容无障碍改造装置,应用于网页, 包括:The invention also provides a device for barrier-free transformation of dynamic Internet content, which is applied to web pages. include:
第一模块:用于抓取网页内的源代码,定位所有不符合预设标准的代码和代码对应的位置。The first module: used to crawl the source code in the web page and locate all codes that do not meet the preset standards and the corresponding positions of the codes.
第二模块:用于根据预设分类标准对所有代码分类,具体为:The second module: used to classify all codes according to preset classification standards, specifically:
将所有代码分为:自动改造、配置改造、辅助改造和人工改造四类。All codes are divided into four categories: automatic transformation, configuration transformation, auxiliary transformation and manual transformation.
自动改造为:包括通用缺失的无障碍功能和通用属性及样式的处理。Automatically transformed to: include handling of commonly missing accessibility features and common attributes and styles.
配置改造为:由人工进行配置,配置改造元素位置和无障碍的指标以及功能。Configuration transformation is: manual configuration, configuring the location of the transformed elements and accessibility indicators and functions.
辅助改造为:由技术人员根据系统提示查看进行辨别,对辨别结果为存在问题的代码、元素或位置进行改造。The auxiliary transformation is: the technical personnel will check and identify according to the system prompts, and transform the codes, elements or locations that are found to have problems.
人工改造即为人工代码,具体为:由技术人员编写无障碍改造代码。Manual transformation is manual code, specifically: technical personnel write barrier-free transformation code.
第三模块:用于根据预设标准自动更改代码,使代码符合预设标准,并以可更改状态展示无法自动更改的人工代码。The third module: used to automatically change the code according to the preset standards, so that the code meets the preset standards, and displays the manual code that cannot be automatically changed in a changeable state.
第四模块:用于采集更改后的人工代码和自动更改后的代码,并更新网页;具体为:The fourth module: used to collect the changed manual code and automatically changed code, and update the web page; specifically:
将自动改造、配置改造、辅助改造和人工改造四类代码合并为一个改造文件,对改造文件进行运行检测和校验后,推送至网页的页面端。Combine the four types of codes: automatic transformation, configuration transformation, auxiliary transformation and manual transformation into one transformation file. After the transformation file is run, detected and verified, it is pushed to the page end of the web page.
本发明还提供了一种计算机储存介质,用于储存计算机程序,当储存介质中储存的计算机程序被计算机读取时,计算机执行上述动态互联网内容无障碍改造方法。The present invention also provides a computer storage medium for storing computer programs. When the computer program stored in the storage medium is read by the computer, the computer executes the above-mentioned method for barrier-free transformation of dynamic Internet content.
本发明还提供了一种计算机,包括处理器和计算机储存介质,当储存介质中储存的计算机程序被计算机读取时,计算机执行上述动态互联网内容无障碍改造方法。The present invention also provides a computer, including a processor and a computer storage medium. When the computer program stored in the storage medium is read by the computer, the computer executes the above method for barrier-free transformation of dynamic Internet content.
参见图1,本发明还提供了一种网站内容无障碍改造方法,针对网站内容采用上述动态互联网内容无障碍改造方法进行改造,具体包括:Referring to Figure 1, the present invention also provides a website content accessibility transformation method, which uses the above dynamic Internet content accessibility transformation method to transform website content, specifically including:
1:将引导的代码部署到用户网站中,无障碍服务挂接完成。1: Deploy the guided code to the user website, and the accessibility service hooking is completed.
用户登陆无障碍系统通过域名注册成功后即可自动生成一段属于自己网站的JavaScript引导代码。用户可选择把JS代码以文件形式下载到 本地,然后放到网站的服务器上引用。用户可把代码复制粘贴到网站共通的底部,代码生效加载成功后可手动添加入口链接或采用默认图标接入方式。After the user logs into the accessibility system and successfully registers the domain name, a JavaScript guide code for his or her own website can be automatically generated. Users can choose to download the JS code as a file to Locally, and then put it on the website server for reference. Users can copy and paste the code to the common bottom of the website. After the code takes effect and is successfully loaded, the entrance link can be added manually or the default icon access method can be used.
2:由动态无障碍改造系统对引入代码的网页进行无障碍改造。2: The dynamic accessibility transformation system will perform barrier-free transformation on the webpage where the code is introduced.
当1部署完成后,改造部分将引入的JS接入到了动态无障碍改造系统。系统将通过抓取检测、分析归类、分类改造、代码合并,最终依据信息无障碍标准指标和等级要求完成改造。相关标准如下:When 1 is deployed, the transformation part connects the introduced JS to the dynamic accessibility transformation system. The system will complete the transformation based on information accessibility standard indicators and level requirements through crawling and detection, analysis and classification, classification transformation, and code merging. The relevant standards are as follows:
国际标准:WCAG(Web Content Accessibility Guidlines网页内容无障碍指南)2.1;国内标准:GB/T 37668-2019《信息技术互联网内容无障碍可访问性技术要求与测试方法》International standard: WCAG (Web Content Accessibility Guidelines) 2.1; Domestic standard: GB/T 37668-2019 "Technical Requirements and Test Methods for Information Technology Internet Content Accessibility"
改造流程:Transformation process:
1、抓取检测:无障碍改造系统依据无障碍标准对网页进行自动检测,系统首先抓取网页加载完成后的源代码,之后根据标准指标对源代码进行检索、判断和分析,定位获取到不符合标准的代码、元素和位置。1. Crawl detection: The accessibility transformation system automatically detects web pages based on accessibility standards. The system first captures the source code after the web page is loaded, and then retrieves, judges, and analyzes the source code based on standard indicators to locate and obtain inaccuracies. Standards-compliant code, elements, and locations.
2、分析归类:系统对检测的结果进行分析归类;所有代码共分为自动改造、配置改造、辅助改造和人工改造。2. Analysis and classification: The system analyzes and classifies the detection results; all codes are divided into automatic modification, configuration modification, auxiliary modification and manual modification.
3、分类改造:系统和技术人员互相配合对分类的问题进行改造,如下:3. Classification transformation: The system and technical personnel cooperate with each other to transform classification problems, as follows:
1)自动改造:主要是通用缺失的无障碍功能和通用属性及样式的处理。1) Automatic transformation: mainly the processing of commonly missing accessibility functions and common attributes and styles.
2)配置改造:主要是配置改造元素位置、无障碍的指标和功能。2) Configuration transformation: mainly configuration transformation element location, barrier-free indicators and functions.
3)辅助改造:系统经过分析会提示可能存在问题的代码、元素或位置,技术人员根据系统提示进行查看辨别,如果确实存在问题将进行人工改造。3) Assisted transformation: After analysis, the system will prompt the codes, elements or locations that may have problems. The technicians will check and identify according to the system prompts. If there is indeed a problem, manual modification will be carried out.
4)人工改造:主要由技术人员编写无障碍改造代码,改造代码采用原生javascript技术进行编写或引入jquery插件库辅助进行编写。4) Manual transformation: Technical personnel mainly write barrier-free transformation code. The transformation code is written using native JavaScript technology or introduced with the help of jquery plug-in library.
采用本发明可以使用Javascript技术直接在页面改造代码中进行动态修改。 By adopting the present invention, Javascript technology can be used to directly perform dynamic modification in the page modification code.
4、代码合并:改造代码包括自动改造、配置改造、辅助改造和人工改造,如需提高改造效率可分别由四个技术人员完成,最后要合并成一个改造文件,还需对改造文件进行运行检测和校验,保证改造文件运行后不对原网站造成影响。文件的代码是JS代码搭配部分CSS和HTML代码。4. Code merging: The transformation code includes automatic transformation, configuration transformation, auxiliary transformation and manual transformation. If the transformation efficiency needs to be improved, it can be completed by four technicians respectively. Finally, it must be merged into one transformation file, and the transformation file needs to be run and tested. and verification to ensure that the modified file will not affect the original website after running. The code of the file is JS code combined with some CSS and HTML code.
将改造后的代码通过动态无障碍改造系统推送至页面端。Push the transformed code to the page through the dynamic accessibility transformation system.
当网站点击开启无障碍模式后,无障碍系统会根据网页网址的不同从而加载不同的无障碍改造JavaScript代码,代码会对当前网页不符合无障碍的问题进行动态改造。当代码运行成功后页面将满足国家标准各项指标要求,完成动态改造。When a website clicks to turn on accessibility mode, the accessibility system will load different accessibility modification JavaScript codes according to different web page URLs. The code will dynamically modify the current web page that does not meet accessibility issues. When the code runs successfully, the page will meet the various index requirements of the national standards and complete the dynamic transformation.
定期扫描网站对新增和修改的内容进行修复,保障持续合规。实施完成后,可以自定义设定扫描。 Regularly scan the website to repair new and modified content to ensure continued compliance. Once implemented, you can customize the scan settings.

Claims (9)

  1. 动态互联网内容无障碍改造方法,应用于网页,其特征在于,所述方法包括:A method for accessibility transformation of dynamic Internet content, applied to web pages, characterized in that the method includes:
    步骤1:抓取所述网页内的源代码,定位所有不符合预设标准的代码和所述代码对应的位置;Step 1: Capture the source code in the webpage and locate all codes that do not meet the preset standards and the corresponding positions of the code;
    步骤2:根据预设分类标准对所有所述代码分类;Step 2: Classify all said codes according to preset classification criteria;
    步骤3:根据预设标准自动更改所述代码,使所述代码符合预设标准,并以可更改状态展示无法自动更改的人工代码;Step 3: Automatically change the code according to the preset standards so that the code meets the preset standards, and display the manual code that cannot be automatically changed in a changeable state;
    步骤4:采集更改后的人工代码和自动更改后的代码,并更新所述网页;Step 4: Collect the changed manual code and the automatically changed code, and update the web page;
    所述步骤2具体为:The specific step 2 is:
    将所有所述代码分为:自动改造、配置改造、辅助改造和人工改造四类;All the codes mentioned are divided into four categories: automatic transformation, configuration transformation, auxiliary transformation and manual transformation;
    所述自动改造为:包括通用缺失的无障碍功能和通用属性及样式的处理;The automatic transformation includes: processing of commonly missing accessibility functions and common attributes and styles;
    所述配置改造为:由人工进行配置,配置改造元素位置和无障碍的指标以及功能;The configuration modification is: manually configured, configuring the location of the modified elements and accessibility indicators and functions;
    所述辅助改造为:由技术人员根据系统提示查看进行辨别,对辨别结果为存在问题的代码、元素或位置进行改造;The auxiliary transformation is as follows: the technical staff will check and identify according to the system prompts, and transform the code, element or location where the identification result is problematic;
    所述人工改造即为所述人工代码,具体为:由技术人员编写无障碍改造代码;The artificial transformation is the artificial code, specifically: the barrier-free transformation code is written by technicians;
    所述步骤4具体为:The specific step 4 is:
    将所述自动改造、配置改造、辅助改造和人工改造四类代码合并为一个改造文件,对所述改造文件进行运行检测和校验后,推送至所述网页的页面端。The four types of codes, namely automatic transformation, configuration transformation, auxiliary transformation and manual transformation, are combined into one transformation file. After running detection and verification, the transformation file is pushed to the page end of the web page.
  2. 根据权利要求1所述的动态互联网内容无障碍改造方法,其特征在于,所述的自动改造中的内容包括:缺失的通用无障碍功能和通用样式。The dynamic Internet content accessibility transformation method according to claim 1, characterized in that the content in the automatic transformation includes: missing universal accessibility functions and universal styles.
  3. 根据权利要求1所述的动态互联网内容无障碍改造方法,其特征在于,所述的配置改造中的内容包括:不满足预设标准中位置的代码。The method for accessibility modification of dynamic Internet content according to claim 1, characterized in that the content in the configuration modification includes: codes that do not meet the position in the preset standards.
  4. 根据权利要求1所述的动态互联网内容无障碍改造方法,其特征在于,所述的辅助改造中的内容包括:所述步骤1中无法直接判断是否符合 预设标准的代码。The method for accessibility transformation of dynamic Internet content according to claim 1, characterized in that the content in the auxiliary transformation includes: in step 1, it cannot be directly determined whether it meets Preset standard codes.
  5. 根据权利要求1所述的动态互联网内容无障碍改造方法,其特征在于,所述的人工改造部分采用原生javacript或jquery技术进行更改。The method for accessibility transformation of dynamic Internet content according to claim 1, characterized in that the manual transformation part is modified using native javascript or jquery technology.
  6. 动态互联网内容无障碍改造装置,应用于网页,其特征在于,所述装置包括:Dynamic Internet content accessibility transformation device, applied to web pages, is characterized in that the device includes:
    第一模块:用于抓取所述网页内的源代码,定位所有不符合预设标准的代码和所述代码对应的位置;The first module: used to crawl the source code in the web page and locate all codes that do not meet the preset standards and the corresponding positions of the code;
    第二模块:用于根据预设分类标准对所有所述代码分类;The second module: used to classify all the codes according to preset classification standards;
    第三模块:用于根据预设标准自动更改所述代码,使所述代码符合预设标准,并以可更改状态展示无法自动更改的人工代码;The third module: used to automatically change the code according to the preset standards, so that the code meets the preset standards, and displays the manual code that cannot be automatically changed in a changeable state;
    第四模块:用于采集更改后的人工代码和自动更改后的代码,并更新所述网页;The fourth module: used to collect the changed manual code and the automatically changed code, and update the web page;
    所述第二模块具体为:The second module is specifically:
    将所有所述代码分为:自动改造、配置改造、辅助改造和人工改造四类;All the codes mentioned are divided into four categories: automatic transformation, configuration transformation, auxiliary transformation and manual transformation;
    所述自动改造为:包括通用缺失的无障碍功能和通用属性及样式的处理;The automatic transformation includes: processing of commonly missing accessibility functions and common attributes and styles;
    所述配置改造为:由人工进行配置,配置改造元素位置和无障碍的指标以及功能;The configuration modification is: manually configured, configuring the location of the modified elements and accessibility indicators and functions;
    所述辅助改造为:由技术人员根据系统提示查看进行辨别,对辨别结果为存在问题的代码、元素或位置进行改造;The auxiliary transformation is as follows: the technicians will identify according to the system prompts and modify the code, element or location where the identification results indicate that there is a problem;
    所述人工改造即为所述人工代码,具体为:由技术人员编写无障碍改造代码;The artificial transformation is the artificial code, specifically: the barrier-free transformation code is written by technicians;
    所述第四模块具体为:The fourth module is specifically:
    将所述自动改造、配置改造、辅助改造和人工改造四类代码合并为一个改造文件,对所述改造文件进行运行检测和校验后,推送至所述网页的页面端。The four types of codes, namely automatic transformation, configuration transformation, auxiliary transformation and manual transformation, are combined into one transformation file. After running detection and verification, the transformation file is pushed to the page end of the web page.
  7. 计算机储存介质,用于储存计算机程序,其特征在于,当所述储存介质中储存的计算机程序被计算机读取时,所述计算机执行权利要求1-5 任意一项所述的动态互联网内容无障碍改造方法。Computer storage medium, used to store computer programs, characterized in that when the computer program stored in the storage medium is read by a computer, the computer executes claims 1-5 Any one of the methods for accessibility modification of dynamic Internet content.
  8. 计算机,包括处理器和计算机储存介质,其特征在于,当所述储存介质中储存的计算机程序被计算机读取时,所述计算机执行权利要求1-5任意一项所述的动态互联网内容无障碍改造方法。A computer, including a processor and a computer storage medium, characterized in that when the computer program stored in the storage medium is read by the computer, the computer executes the dynamic Internet content accessibility described in any one of claims 1-5. Transformation method.
  9. 网站内容无障碍改造方法,其特征在于,针对网站内容采用权利要求1-5任意一项所述的动态互联网内容无障碍改造方法进行改造。 The website content accessibility transformation method is characterized in that the website content is transformed using the dynamic Internet content accessibility transformation method described in any one of claims 1-5.
PCT/CN2023/090480 2022-07-26 2023-04-25 Dynamic internet content accessibility transformation method and apparatus, and website content accessibility transformation method WO2024021711A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210882393.8 2022-07-26
CN202210882393.8A CN115373649B (en) 2022-07-26 2022-07-26 Dynamic internet content barrier-free transformation method and device and website content barrier-free transformation method

Publications (1)

Publication Number Publication Date
WO2024021711A1 true WO2024021711A1 (en) 2024-02-01

Family

ID=84063354

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/090480 WO2024021711A1 (en) 2022-07-26 2023-04-25 Dynamic internet content accessibility transformation method and apparatus, and website content accessibility transformation method

Country Status (2)

Country Link
CN (1) CN115373649B (en)
WO (1) WO2024021711A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115373649B (en) * 2022-07-26 2023-03-31 哈尔滨亿时代数码科技开发有限公司 Dynamic internet content barrier-free transformation method and device and website content barrier-free transformation method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101989303A (en) * 2010-11-02 2011-03-23 浙江大学 Automatic barrier-free network detection method
CN105975615A (en) * 2016-05-19 2016-09-28 哈尔滨亿时代数码科技开发有限公司 Website information barrier-free processing method
CN107330015A (en) * 2016-11-25 2017-11-07 深圳市联谛信息无障碍有限责任公司 It is a kind of that the accessible method of info web is realized by tertium quid
US20200151187A1 (en) * 2017-09-06 2020-05-14 Siteimprove A/S Website scoring system
CN113806661A (en) * 2021-09-18 2021-12-17 中国电子技术标准化研究院 Website information barrier-free detection tool
CN115373649A (en) * 2022-07-26 2022-11-22 哈尔滨亿时代数码科技开发有限公司 Dynamic internet content barrier-free transformation method and device and website content barrier-free transformation method

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001325365A (en) * 2000-05-16 2001-11-22 Toppan Printing Co Ltd Method and system for care information processing
IL214468A (en) * 2011-08-04 2016-07-31 Amihai Miron Automatic website accessibility and advertising
CN103838823B (en) * 2014-01-22 2017-02-22 浙江大学 Website content accessible detection method based on web page templates
CN109947388B (en) * 2019-04-15 2020-10-02 腾讯科技(深圳)有限公司 Page playing and reading control method and device, electronic equipment and storage medium
CN113779377B (en) * 2021-07-27 2024-03-22 浙江大学 Crawler searching method based on barrier-free detection result deduplication

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101989303A (en) * 2010-11-02 2011-03-23 浙江大学 Automatic barrier-free network detection method
CN105975615A (en) * 2016-05-19 2016-09-28 哈尔滨亿时代数码科技开发有限公司 Website information barrier-free processing method
CN107330015A (en) * 2016-11-25 2017-11-07 深圳市联谛信息无障碍有限责任公司 It is a kind of that the accessible method of info web is realized by tertium quid
US20200151187A1 (en) * 2017-09-06 2020-05-14 Siteimprove A/S Website scoring system
CN113806661A (en) * 2021-09-18 2021-12-17 中国电子技术标准化研究院 Website information barrier-free detection tool
CN115373649A (en) * 2022-07-26 2022-11-22 哈尔滨亿时代数码科技开发有限公司 Dynamic internet content barrier-free transformation method and device and website content barrier-free transformation method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
CAI, TINGYU: "Research and Implementation of Barrier-Free Transformation for Websites", INFORMATION & TECHNOLOGY, CHINA MASTER'S THESES FULL-TEXT DATABASE, 15 June 2013 (2013-06-15) *

Also Published As

Publication number Publication date
CN115373649B (en) 2023-03-31
CN115373649A (en) 2022-11-22

Similar Documents

Publication Publication Date Title
US10713149B2 (en) Processing automation scripts of software
US7685260B2 (en) Method for analyzing state transition in web page
CA2684822C (en) Data transformation based on a technical design document
US6799718B2 (en) Development assistance for mixed-language sources
US7913173B2 (en) Method and apparatus for acquiring data presented within a web browser
US20080212901A1 (en) System and Method for Correcting Low Confidence Characters From an OCR Engine With an HTML Web Form
WO2024021711A1 (en) Dynamic internet content accessibility transformation method and apparatus, and website content accessibility transformation method
CN108319687B (en) SQL rule generator based on JS dragging technology
US9195653B2 (en) Identification of in-context resources that are not fully localized
CN107402789A (en) A kind of server cluster automatic batch penetrates the method that RAID card refreshes hard disk FW
CN109558562A (en) A kind of management method and system sentenced again for AOI
US20150161160A1 (en) Application Localization
WO2021142771A1 (en) Service ticket generation method, apparatus and system
CN115562656A (en) Page generation method and device, storage medium and computer equipment
CN109189388A (en) Page configuration method, server and computer-readable medium
CN113360737B (en) Page content acquisition method and device, electronic equipment and readable medium
CN104765630B (en) Software installation method and device
CN113806661A (en) Website information barrier-free detection tool
CN110990264A (en) Element identification method, device and equipment for UI automation test and storage medium
JP4846029B2 (en) Operation verification apparatus, operation verification method, and operation verification program
CN115481025A (en) Script recording method and device for automatic test, computer equipment and medium
CN114024849B (en) Intelligent AI operation and maintenance perception method and device
CN116167727B (en) Image analysis-based flow node identification and processing system
CN106021287B (en) Information collection method and device for operating system and database
TWI759877B (en) Method for extracting context from webpages

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23844926

Country of ref document: EP

Kind code of ref document: A1