You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/08/04 07:32:00 UTC

[jira] [Commented] (DOXIA-668) Remove all obsolete attributes in HTML5

    [ https://issues.apache.org/jira/browse/DOXIA-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17575085#comment-17575085 ] 

ASF GitHub Bot commented on DOXIA-668:
--------------------------------------

hboutemy commented on PR #114:
URL: https://github.com/apache/maven-doxia/pull/114#issuecomment-1204876148

   @michael-o do we provide an example of how to use CSS instead?
   
   and IIUC, we'll need to update our apt format reference documentation https://maven.apache.org/doxia/references/apt-format.html , for example, to show the updated behaviour (for example "+

> Remove all obsolete attributes in HTML5
> ---------------------------------------
>
>                 Key: DOXIA-668
>                 URL: https://issues.apache.org/jira/browse/DOXIA-668
>             Project: Maven Doxia
>          Issue Type: Sub-task
>          Components: Module - Xhtml
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 2.0.0-M4
>
>
> This listing provides all obsolete elements along with obsolete attributes per element: [https://www.tutorialrepublic.com/html-reference/html5-tags.php|https://www.tutorialrepublic.com/html-reference/html5-tags.php].
> We will remove attribute definitions in Sink and Parser (XHTML5 and derived like Xdoc and FML). Moreover these changes will break some usage:
> * Aligning of table cell must now happen through CSS on the TDs rather than providing it to table rows. There is no simple way to parse and write it in a format-neutral manner w/o huge effort.
> * Replace {{name}} with {{id}} on anchors.
> * Table borders must be solved by CSS now
> * Affected elements: {{img}}, {{hr}}, links ({{a}}), {{table}}, {{td}}/{{th}}, sections, verbatims, {{tr}}
> Virtual all deprecated attributes have been superseded by CSS. Improve also tests because code is stricter now.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)