From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD1EC138334 for ; Thu, 26 Dec 2019 21:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 430F4E09D0; Thu, 26 Dec 2019 21:36:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28D07E09D0 for ; Thu, 26 Dec 2019 21:36:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97A3034DBD3 for ; Thu, 26 Dec 2019 21:36:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 435BE42 for ; Thu, 26 Dec 2019 21:36:16 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1577392828.491304c07ca6951359d417add04d3a503cb47ed0.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/devbook-guide/ X-VCS-Repository: proj/devmanual X-VCS-Files: appendices/contributing/devbook-guide/text.xml X-VCS-Directories: appendices/contributing/devbook-guide/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 491304c07ca6951359d417add04d3a503cb47ed0 X-VCS-Branch: master Date: Thu, 26 Dec 2019 21:36:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3ccf7c9-ae23-45ea-ad12-5d7582d815c4 X-Archives-Hash: 00bff9f77129dfc17224d72412b39253 commit: 491304c07ca6951359d417add04d3a503cb47ed0 Author: Ulrich Müller gentoo org> AuthorDate: Thu Dec 26 19:34:57 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Dec 26 20:40:28 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=491304c0 appendices/contributing/devbook-guide: Update
description. We currently don't allow other lists inside definition lists. Note that multiple dd following each dt are allowed. Signed-off-by: Ulrich Müller gentoo.org> appendices/contributing/devbook-guide/text.xml | 35 ++------------------------ 1 file changed, 2 insertions(+), 33 deletions(-) diff --git a/appendices/contributing/devbook-guide/text.xml b/appendices/contributing/devbook-guide/text.xml index 5af7226..7c59ed4 100644 --- a/appendices/contributing/devbook-guide/text.xml +++ b/appendices/contributing/devbook-guide/text.xml @@ -441,40 +441,9 @@ admonitions. A definition list comprises:
<dl>
A Definition List Tag containing
<dt>
-
Pairs of Definition Term Tags
+
Definition Term Tags,
<dd>
-
and Definition Data Tags
-
- -

-The following list copied from w3.org shows -that a definition list can contain ordered and unordered lists. It may not -contain another definition list though. -

- -
-
The ingredients:
-
-
    -
  • 100 g. flour
  • -
  • 10 g. sugar
  • -
  • 1 cup water
  • -
  • 2 eggs
  • -
  • salt, pepper
  • -
-
-
The procedure:
-
-
    -
  1. Mix dry ingredients thoroughly
  2. -
  3. Pour in wet ingredients
  4. -
  5. Mix for 10 minutes
  6. -
  7. Bake for one hour at 300 degrees
  8. -
-
-
Notes:
-
The recipe may be improved by adding raisins
+
each followed by one or more Definition Data Tags.