After following the instructions on manual screen shooting of the page https://wiki.documentfoundation.org/Documentation/Screenshots Here are some issues I found. 1) The code snippet suggested at the bottom of the dialog miss double quotes in tags attributes. The image in the wiki page clearly shows it. Attributes with no quotes: id xml-lang src width height 2) on saving the dialog image, the suggested filename is not the dialog outer widget title, but the dialog .ui file name. example: when saving 'Pick a Color' dialog, the suggested filename is "colorpickerdialog.png" instead of "ColorPicker.png". The last is what the code snippet suggest. 3) the <alt> value could be the dialog title (e.g. "Pick a Color") 4) same for the <caption> tag, that is not suggested in the snippet, but is valid for XHP.
I trust you :D
Olivier, is this bug relevant today? This code is from Calc - Format Cells <paragraph id="par_id40686" role="paragraph"><image id="img_id45304" src="media/screenshots/modules/scalc/ui/formatcellsdialog/FormatCellsDialog.png" width="26cm" height="17cm"><alt id="alt_id9253"> </alt></image></paragraph> You said: Attributes with no quotes: id, src, width, height. But all of them have quotes. Please can you verify? Maybe it was solved meanwhile.