documentation-packages team mailing list archive
-
documentation-packages team
-
Mailing list archive
-
Message #02376
[Bug 1649554] Re: Default Mallard <list> element translated incorrectly
This bug was fixed in the package ubuntu-docs - 17.04.1
---------------
ubuntu-docs (17.04.1) zesty; urgency=medium
* scripts/validate.sh:
- Modified so it can be called via a symlink from 'ubuntu-help/C'
or 'html'.
* power-hibernate.page:
- Changed command due to upstart->systemd transition.
* Bump version to 17.04 / zesty.
* html/ubuntu.xsl:
- Make unordered lists bulleted and not numbered (LP: #1649554).
* keyboard-layouts.page:
- Note about how to show rarely used xkb layout variants.
* Updated ubuntu-help.pot.
* debian/compat, debian/control:
- Bump to debhelper version 9
[ Chris Perry ]
* tips-specialchars.page:
- Section "Compose key" updated (LP: #1624778).
* addremove-ppa.page:
- Revise PPA description (LP: #1628706).
* keyboard-layouts.page:
- Move text of marginal note.
* mouse-middleclick.page, mouse-touchpad-click.page:
- Revise description of middle-click from touchpad (LP: #1617718).
* power-lowpower.page:
- Update since related control in "System Settings -> Power" has
been removed (LP: #1599264, LP: #1641786).
* accounts-add.page, net-firewall-on-off.page:
- Minor clarifications.
* net-wireless-*.page, net-problem.page:
- GUI conformity modifications (LP: #1637126)
- New shared section (LP: #977251)
* addremove-install.page, addremove-remove.page:
- Clearer description of Ubuntu Software's focus on applications
(LP: #1637861).
- Mentioning of snaps (LP: #1658785).
* printing-setup.page:
- Section about network printer added (LP: #1630272).
* mouse-mousekeys.page:
- Improved description of mouse keys (LP: #964727).
* disk-*.page:
- GUI conformity modifications (LP: #1651360).
* List type explicitly stated on multiple pages.
* addremove-creator.page:
- New page describing Startup Disk Creator (LP: #1569532).
* security-settings.page:
- New page describing the Security & Privacy panel in System
Settings (LP: #1200381).
[ Doug Smythies ]
* scripts/validate.sh:
- Changed to --strict validation.
* ubuntu-help/C/legal.xml:
- Specify https to avoid a "permanently moved" redirection.
-- Gunnar Hjalmarsson <gunnarhj@xxxxxxxxxx> Mon, 20 Feb 2017 15:11:00
+0100
** Changed in: ubuntu-docs (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of
Documentation Packages, which is subscribed to ubuntu-docs in Ubuntu.
https://bugs.launchpad.net/bugs/1649554
Title:
Default Mallard <list> element translated incorrectly
Status in ubuntu-docs package in Ubuntu:
Fix Released
Bug description:
When "type" is not specified in a Mallard <list> element the Mallard
spec says it should display as a bulleted (unordered) list. This is
true when the .page file is displayed using yelp but not when the
.page file is translated into HTML (where you get a numbered list).
This is a bug. The HTML should be displayed as specified by the
Mallard spec.
Here's an example <list> element without "type" specified.
<list>
<item><p><code>GTK_MESSAGE_INFO</code></p></item>
<item><p><code>GTK_MESSAGE_WARNING</code></p></item>
<item><p><code>GTK_MESSAGE_QUESTION</code></p></item>
<item><p><code>GTK_MESSAGE_ERROR</code></p></item>
<item><p><code>GTK_MESSAGE_OTHER</code></p></item>
</list>
Here's the link to the relevant page of the Mallard spec:
http://projectmallard.org/1.0/mal_block_list
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1649554/+subscriptions
References