Skip to content
Snippets Groups Projects
  1. Jul 21, 2023
  2. Jul 04, 2023
  3. Nov 28, 2022
  4. Nov 19, 2022
  5. Apr 07, 2022
  6. Mar 17, 2022
  7. Mar 13, 2022
  8. Mar 09, 2018
  9. Sep 04, 2017
  10. Jun 17, 2017
  11. Apr 18, 2017
  12. Oct 23, 2016
  13. Jul 30, 2016
  14. May 09, 2012
    • cdornan's avatar
      Correct previous version bump to 3000.2.1 · fb9e0bbb
      cdornan authored
      fb9e0bbb
    • cdornan's avatar
      d59c0b9c
    • cdornan's avatar
      Add CHANGEATTRS and htmlAttrPair · 5c08c761
      cdornan authored
      Mistuke has pointed out that (!) does not allow attributes to be added
      to a general (X)HTML tag while taking account of the attributes that
      are already defined by the tag [1]. This can make it hard to generally
      extend tags with attributes while even being sure that correct (X)HTML
      is being generated (the standard prohibits the duplication of
      attributes[2]).
      
      In order to minimize disruption the existing interface has been
      extended with an alternative class to `ADDATTRS` called `CHANGEATTRS`
      and a deconstructor function, `htmlAttrPair`, for analysing the
      (abstract) `HtmlAttr` type. With `CHANGEATTRS` a function is used to
      transform the existing attributes (which can now be analysed with
      `htmlAttrPair`) rather than being passed a list of attributes to add
      to an HTML tag as is the case with `ADDATTRS`.
      
      [1] https://github.com/haskell/xhtml/issues/2
      
      [2] http://www.w3.org/WAI/GL/WCAG20-TECHS/H94.html
      5c08c761
  15. Mar 07, 2012
  16. Mar 06, 2012
  17. Feb 03, 2012
  18. Feb 02, 2012
  19. Dec 19, 2011
  20. Sep 01, 2011
  21. Aug 31, 2011
  22. Jul 07, 2011
  23. Jul 10, 2010
  24. Jun 02, 2010
Loading