<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - [SCREENSHOT] Issues in screenshots implementation"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108251">108251</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[SCREENSHOT] Issues in screenshots implementation
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Documentation
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>olivier.hallot@documentfoundation.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>olivier.hallot@documentfoundation.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>After following the instructions on manual screen shooting of the page

<a href="https://wiki.documentfoundation.org/Documentation/Screenshots">https://wiki.documentfoundation.org/Documentation/Screenshots</a>

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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>