| 
			
			 | 
		#1 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 8 
				Karma: 10 
				Join Date: Jul 2014 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Using ordered lists
			 
			
			
			Is there any way to make an ordered list display properly? The <ol type="a" start="2"> does not display a new list beginning with the letter "b". All ordered lists begin with "a". I know that the "start" code has been deprecated in HTML5 -- so is there any way to make the ordered lists work properly?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Ex-Helpdesk Junkie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421 
				Karma: 85400180 
				Join Date: Nov 2012 
				Location: The Beaten Path, USA, Roundworld, This Side of Infinity 
				
				
				Device: Kindle Touch fw5.3.7 (Wifi only) 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			The problem is that Real Devices Hate Lists. For instance, my Kindle Touch resets list elements back to the default (and assumes they are the first element) at total random.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#3 | 
| 
			
			
			
			 eBook Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 85,560 
				Karma: 93980341 
				Join Date: Nov 2006 
				Location: UK 
				
				
				Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Please use the forums correctly. Moved to the "Workshop" forum.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 eBook Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 85,560 
				Karma: 93980341 
				Join Date: Nov 2006 
				Location: UK 
				
				
				Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Nobody can answer your question without some context. What platform are you talking about? A web site? A Kindle book? An ePub book?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 8 
				Karma: 10 
				Join Date: Jul 2014 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Platform: 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Android readers -- any variety I've tried. Have downloaded/installed several on rooted Nook color, Nook tablet, Samsung Galaxy Note. None seem to read the <start> code correctly. Calibre on PC reads it correctly. iBooks on iPod reads it correctly. Google Chrome reads it correctly. The problem seems to be how readers/browsers interpret HTML and how strict they are in sticking to HTML4 or 5 and deprecating that <start> command. I suppose my real question is one of coding in Sigil. That software automatically inserts all of the XML version information at the top of the document. Would removing that info correct the reader problem?? allowing the reader to work in HTML5 mode which allows the <start> command to work properly? If removing that info from the document will correct the issue, how do I do it? When I delete that and leave only the HTML5 required coding Sigil automatically corrects my "bad" coding and reinserts all the XML information. How do I turn that automatic correcting feature off in Sigil?  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Color me gone 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,089 
				Karma: 1445295 
				Join Date: Apr 2008 
				Location: Central Oregon Coast 
				
				
				Device: PRS-300 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Start and type are not valid in epubs. Generally people just put in the numbers or letters required. Unless you are working on an item which is changing continually such as a procedure manual for a government agency, it is actually easier to just use the numbers because deleting does not destroy the number or alphabetic sequence. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	E-reader devices are not web browsers in which this web coding works.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 8 
				Karma: 10 
				Join Date: Jul 2014 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			So, replace the lists with numbers / letters and use CSS to style the "list"? I was under the impression that the readers were more accurate in their interpretation of HTML. Guess I was wrong  
		
	
		
		
		
		
		
		
		
		
		
		
	
	![]() Can do. Thanks  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 Ex-Helpdesk Junkie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421 
				Karma: 85400180 
				Join Date: Nov 2012 
				Location: The Beaten Path, USA, Roundworld, This Side of Infinity 
				
				
				Device: Kindle Touch fw5.3.7 (Wifi only) 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Yes. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	What do you mean by "accurate"? Readers accurately (as accurately as browsers I should think) understand the html and css subset which is in the ebook specs. Readers are less tolerant of faulty html but that is a different matter entirely.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| ADE not reading my validated epub Ordered Lists | Dia435 | ePub | 2 | 10-13-2012 04:21 PM | 
| Lists within Lists | ryntau | ePub | 2 | 01-13-2012 03:29 AM | 
| Nested Ordered Lists | andyd273 | Conversion | 9 | 11-17-2011 01:05 PM | 
| Ordered lists on the NOOK Color and Kindle | sgirsberger | ePub | 8 | 09-15-2011 09:31 AM | 
| Ordered lists and ADE | dynabook | Sigil | 3 | 01-27-2011 05:53 AM |