HTML/del: Difference between revisions
(→del element spec issues: added new timeref suggestion) |
(HTML) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Welcome to the Mozilla wiki page on the [[ | Welcome to the Mozilla wiki page on the [[HTML]] <del> element. Please feel free to contribute new test pages or new sections. -- [[User:Tantek|Tantek]] | ||
{{stub}} | {{stub}} | ||
Line 9: | Line 9: | ||
* ... | * ... | ||
== del element spec issues == | == del element open spec issues == | ||
Spec reference: [http://www.w3.org/TR/html5/edits.html#the-del-element 4.7.2 The del element] | Spec reference: [http://www.w3.org/TR/html5/edits.html#the-del-element 4.7.2 The del element] | ||
Issues recorded on WHATWG Wiki: http://wiki.whatwg.org/wiki/Del_element | Issues recorded on WHATWG Wiki: http://wiki.whatwg.org/wiki/Del_element | ||
=== new timeref attribute === | |||
Summary: introduce a new 'timeref' attribute for both ins and del elements that can be used to reference a <code><time></code> element by id that itself has the date (and optionally time) of when the inserts/deletions occurred. | |||
2010-07-29 posted: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-July/027442.html | |||
== del element resolved spec issues == | |||
=== datetime should take date === | === datetime should take date === | ||
Line 20: | Line 27: | ||
** no need to force authors to enter artificial precision (e.g. YYYY-MM-DDT00:00:00Z instead of YYYY-MM-DD) | ** no need to force authors to enter artificial precision (e.g. YYYY-MM-DDT00:00:00Z instead of YYYY-MM-DD) | ||
2010-07-28 posted: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-July/027414.html | |||
2010-08-24 fixed: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/028113.html | |||
Related: [http://bugzilla.validator.nu/show_bug.cgi?id=763 Validator.nu Bug 763] | |||
== see also == | == see also == | ||
* [[ | * [[HTML]] home page |
Latest revision as of 07:23, 20 July 2018
Welcome to the Mozilla wiki page on the HTML <del> element. Please feel free to contribute new test pages or new sections. -- Tantek
This article is a stub. You can help MozillaWiki by expanding it.
del element test pages
- ...
del element demo pages
- ...
del element open spec issues
Spec reference: 4.7.2 The del element
Issues recorded on WHATWG Wiki: http://wiki.whatwg.org/wiki/Del_element
new timeref attribute
Summary: introduce a new 'timeref' attribute for both ins and del elements that can be used to reference a <time>
element by id that itself has the date (and optionally time) of when the inserts/deletions occurred.
2010-07-29 posted: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-July/027442.html
del element resolved spec issues
datetime should take date
- problem: datetime attribute currently requires explicitly specifying date and time, web authors (e.g. hand-authoring) may not have precise time and would find it easier to just specify the date.
<del>
and<ins>
datetime
attribute should allow YYYY-MM-DD in addition to full ISO8601 datetime.- easier for hand-authoring
- no need to force authors to enter artificial precision (e.g. YYYY-MM-DDT00:00:00Z instead of YYYY-MM-DD)
2010-07-28 posted: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-July/027414.html
2010-08-24 fixed: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/028113.html
Related: Validator.nu Bug 763
see also
- HTML home page