Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > ePub

Notices

Reply
 
Thread Tools Search this Thread
Old Today, 12:09 AM   #31
Sarmat89
Fanatic
Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.
 
Posts: 527
Karma: 2268308
Join Date: Nov 2015
Device: none
Quote:
Originally Posted by DNSB View Post
What exactly do you mean by a "proper heading"?
A heading like you see in book, or Latex. The HTML 'h' elements were intended for manuals, where the headings are numbered and consist of a single line.
Sarmat89 is offline   Reply With Quote
Old Today, 12:13 AM   #32
Sarmat89
Fanatic
Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.
 
Posts: 527
Karma: 2268308
Join Date: Nov 2015
Device: none
Quote:
Originally Posted by KevinH View Post
Allowing html as a core media type, means that your html using epub will no longer work with the installed user base of epub3 e-readers, and furthermore any epub3 that used html can not be made to be backwards compatible with epub2 anymore.
Any serious reader is built around an HTML control, which can handle HTML. So the real HTML support can be implemented with trivial changes.
Sarmat89 is offline   Reply With Quote
Old Today, 01:16 AM   #33
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,204
Karma: 169936284
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Sarmat89 View Post
Any serious reader is built around an HTML control, which can handle HTML. So the real HTML support can be implemented with trivial changes.
Can I get a kilogram of what you've been smoking for my next party? It sounds like some righteous shit.

As for multi-line chapter headers? In ePub2, they were pretty trivial. In ePub3, they are even easier.
DNSB is offline   Reply With Quote
Old Today, 05:18 AM   #34
pdurrant
The Grand Mouse 高貴的老鼠
pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.
 
pdurrant's Avatar
 
Posts: 74,151
Karma: 315558334
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Oasis
Quote:
Originally Posted by Sarmat89 View Post
A heading like you see in book, or Latex. The HTML 'h' elements were intended for manuals, where the headings are numbered and consist of a single line.
Umm.... no.

1. <hn> tags do not force text onto a single line
2. <hn> tags do not imply any kind of numbering on the headers

<hn> tags are just like paragraph tags really, except that most (all?) renderers choose to have them in a different default format to <p>
pdurrant is offline   Reply With Quote
Old Today, 06:25 AM   #35
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,467
Karma: 107078855
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
Multiline headers in Word/LO Writer are trivial to do and automatically translate to
<h2 class="docx-heading-style">A heading<br />
Heading continued</h2>
.

Headings were not for manuals. By default they are bolded, but the CSS of docx-heading-style can over-ride that if it uses an already bold/heavy font.

In many applications Shift Enter creates a soft carriage return which translated to <br />
Typing Enter alone ends a paragraph or heading and starts a new one in the default style or current style or the style defined to follow a style.

A soft carriage return never starts a new style/paragraph.
Quoth is offline   Reply With Quote
Old Today, 09:48 AM   #36
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,852
Karma: 8821117
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by Sarmat89 View Post
A heading like you see in book, or Latex. The HTML 'h' elements were intended for manuals, where the headings are numbered and consist of a single line.


You seem to have a very limited idea of what's possible in ePub. But could you post a screenshot or picture of a heading that you claim can't be duplicated in ePub?
RbnJrg is offline   Reply With Quote
Old Today, 11:31 AM   #37
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,928
Karma: 6361444
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by Sarmat89 View Post
Any serious reader is built around an HTML control, which can handle HTML. So the real HTML support can be implemented with trivial changes.
And then you add in the costs of rewriting the publishing industry's epub toolchain software. And then the you add in the costs of rolling out firmware updates to your epub3 e-readers already in place. And of course that breaks any that are no longer providing firmware updates. Any you keep ignoring the costs associated with breaking backwards compatibly with epub2 only e-readers which are still a big part of the market, especially in Europe, and all of that for what benefit?

You really do not understand epub publishing processes at all.
KevinH is offline   Reply With Quote
Reply

Tags
eprdctn, epub, epub app, epub application, html code


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Issue converting EPUBs to HTML wolf123 Conversion 2 10-29-2021 12:23 PM
Epubs with oversize html files adrian1944 Conversion 6 01-01-2014 11:15 AM
Help! Problem with HTML tables in epubs nazzing ePub 3 06-05-2013 10:15 AM
Touch Kobo Touch and html links in epubs leaperk Kobo Reader 1 07-05-2011 02:56 PM
Is it possible to change how Calibre formats HTML for Epubs chief Calibre 8 07-07-2010 03:04 PM


All times are GMT -4. The time now is 05:44 PM.


MobileRead.com is a privately owned, operated and funded community.