There is 1 update, 1 comment.
 
 
XWiki Rendering / cid:jira-generated-image-avatar-3b01d425-d41d-4597-b716-8421bdc8d9fb XRENDERING-783 Open

Error boxes expand, but the markup does not convey this information to AT users

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-1b448d04-2181-4c7f-bf8c-b22adb9066f2 Changes by Charpentier Lucas on 15/Oct/25 10:03
 
Description: When rendering gets an error, by default we display an error box. This box is expanded collapsed by default and can be clicked to show the whole error logs.

This box should be more accessible with semantic markup.

!renderingerror.png|thumbnail!
 
 

1 comment

 
cid:jira-generated-image-avatar-1b448d04-2181-4c7f-bf8c-b22adb9066f2 Charpentier Lucas on 15/Oct/25 10:05
 

Snippet to get an error box in page content:

{{velocity}}
#set($test = "this is a test"
{{/velocity}}