stefan123t
stefan123t
According to Chapter 14.6 Marked-content elements and the operators that mark them shall fall into two categories: • The MP and DP operators shall designate a single marked-content point in...
@samuraitruong you may want to look into the following code for an example implementing a Forms Module for jsPDF. https://github.com/MrRio/jsPDF/blob/c44b9c1e02fd83e25a226f4e2ff55d20eee83743/src/modules/acroform.js#L187-L197
Reconsidering the most basic accessibility requirements, I think it might be best to first implement tagging for the `, , , ...` headings to build a general outline / reference...
@HackbrettXXX how to go about implementing this reduced requirement ? I have seen the extensive use of html2canvas in html.js, is it feasible / possible to extract/annotate the h1, h2,...
@HackbrettXXX thanks for looking into this. Maybe it is not necessary for a tagged PDF to be generated natively. Actually I double checked our code and we are only using...
@HackbrettXXX Lukas there is a non-technical, native-german article about the reasons for tagging PDF and how the previous technical example relates to users of screen-readers and likewise accessibility technologies, just...
@samuraitruong we might want to reconsider the simple approach, it is not done embracing the marked content with those method calls, but the structure of the content needs to be...
@Uzlopak I like your idea of having the support implemented across both projects, ie. also for hidden stuff in html2canvas adding a callback sounds reasonable. So things written/painted with such...
Yes you can either use the MQTT and add the topics yourself. I doubt there is any auto-discovery for the KM50/KM100/KM200 topics built into the buderus2mqtt bridge yet.
Es geht also bei diesem Feature Request darum die Daten die regelmäßig per MQTT übertragen werden in zwei Klassen einzuteilen: * **wichtige Daten**, wie `P_AC` sobald sich die Werte des...