HTML/del

Welcome to the Mozilla wiki page on the HTML5 <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 spec issues

Spec reference: 4.7.2 The del element

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)

Recorded on WHATWG Wiki: http://wiki.whatwg.org/wiki/Del_element

see also