chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1072: [spiffy] [PATCH] Improve HTML in the simple-di


From: Chicken Trac
Subject: [Chicken-janitors] #1072: [spiffy] [PATCH] Improve HTML in the simple-directory-handler
Date: Fri, 22 Nov 2013 12:31:03 -0000

#1072: [spiffy] [PATCH] Improve HTML in the simple-directory-handler
-------------------------------------------------------------+--------------
 Reporter:  RvdH                                             |       Owner:  
sjamaan
     Type:  defect                                           |      Status:  
new    
 Priority:  major                                            |   Milestone:  
someday
Component:  unknown                                          |     Version:  
4.8.x  
 Keywords:  html directory-handler simple-directory-handler  |  
-------------------------------------------------------------+--------------
 I know the simple-directory-handler is made to be simple. Still, this
 patch improves the HTML of the simple-directory-handler in the following
 ways:
  1. Adds the obligatory "xmlns" and "xml:lang" attributes to the html
 element.
  2. Changes the h2 element into an h1 element. Using a h2 element here is
 syntactically correct, but semantically it is not. The first header
 element in a document should be the h1 element. If the header is
 considered too large, change the styling, not the element itself.
  3. Adds table headers to the columns.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/1072>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]