Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17471
| Path | csiph.com!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | "Christoph M. Becker" <cmbecker69@arcor.de> |
| Newsgroups | comp.lang.php |
| Subject | Re: Arguments on a button |
| Date | Tue, 6 Jun 2017 23:44:18 +0200 |
| Organization | solani.org |
| Lines | 34 |
| Message-ID | <oh77me$6k3$1@solani.org> (permalink) |
| References | <be64366d-5484-4569-a97c-dab6238b13c0@googlegroups.com> <ogrrin$4qu$1@dont-email.me> <ogrs08$6o1$1@dont-email.me> <3988954.LvFx2qVVIh@PointedEars.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | solani.org 1496785422 6787 eJwFwQkBwDAIA0BLfAlMDrTFv4Tdwak8GQQDi/1y8vVZDWPndZlecZXGvLOmHqWsFtykVdsPI+gQ6w== (6 Jun 2017 21:43:42 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Tue, 6 Jun 2017 21:43:42 +0000 (UTC) |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 |
| In-Reply-To | <3988954.LvFx2qVVIh@PointedEars.de> |
| Cancel-Lock | sha1:OigZof0DbNNrDGt2aW8fXgqe9Vg= |
| X-User-ID | eJwFwYkRACAIA7CVQGl7jiOP+49ggk1nKQgGHt4ta7Yms5Rwq7y9zkgjjlBwZmMZF2ef0Ac6AhFk |
| Content-Language | de-DE |
| X-NNTP-Posting-Host | eJwNxccRwEAIBLCW4EhDOaTtvwRbH5k4+4S6uRoMGR60qcg96WMBEUvjgtfqn98bxHZMFUY+I+ASHA== |
| Xref | csiph.com comp.lang.php:17471 |
Show key headers only | View raw
On 06.06.2017 at 20:53, Thomas 'PointedEars' Lahn wrote: > Lew Pitcher wrote: > >> Or, more generally (including some HTML formatting) >> <form method="post" action="page2.php"> >> <dl> >> <dt>Fruit:</dt> >> <dd><input type="text" name="fruit"/></dd> >> <dt>Veggie:</dt> >> <dd><input type="text" name="veggies"/></dd> >> <dt>Submit:</dt> >> <dd><input type="submit"/></dd> >> </dl> >> </form> > > This abuse of *definition lists* (dl) is common in certain CMSs, but not > something that should be repeated. I wouldn't use a definition list, either. However, the HTML 5.1 specification states[1]: | Term-description groups may be names and definitions, questions and | answers, categories and topics, or any other groups of | term-description pairs. This suggest a rather loose interpretation, and as such the example above may not be considered abuse. [1] <https://www.w3.org/TR/html51/grouping-content.html#the-dl-element> -- Christoph M. Becker
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Arguments on a button bit-naughty@hotmail.com - 2017-06-02 06:25 -0700
Re: Arguments on a button Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2017-06-02 10:12 -0400
Re: Arguments on a button Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2017-06-02 10:19 -0400
Re: Arguments on a button Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-06-06 20:53 +0200
Re: Arguments on a button "Christoph M. Becker" <cmbecker69@arcor.de> - 2017-06-06 23:44 +0200
Re: Arguments on a button Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-06-07 22:35 +0200
Re: Arguments on a button Mark Lloyd <not@mail.invalid> - 2017-06-02 11:35 -0500
Re: Arguments on a button Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2017-06-02 12:51 -0400
Re: Arguments on a button Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2017-06-03 10:39 -0400
Re: Arguments on a button "Christoph M. Becker" <cmbecker69@arcor.de> - 2017-06-05 19:41 +0200
Re: Arguments on a button Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2017-06-05 14:02 -0400
csiph-web