Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #101: Collapsed Backbone


comp / comp.mobile.android / Re: ebook reader - image scaling ?

SubjectAuthor
* ebook reader - image scaling ?R.Wieser
+* Re: ebook reader - image scaling ?Newyana2
|`* Re: ebook reader - image scaling ?R.Wieser
| `* Re: ebook reader - image scaling ?Newyana2
|  `* Re: ebook reader - image scaling ?R.Wieser
|   `* Re: ebook reader - image scaling ?Newyana2
|    `* Re: ebook reader - image scaling ?R.Wieser
|     `* Re: ebook reader - image scaling ?Andy Burns
|      `- Re: ebook reader - image scaling ?R.Wieser
`- Re: ebook reader - image scaling ?Carlos E.R.

1
Subject: ebook reader - image scaling ?
From: R.Wieser
Newsgroups: comp.mobile.android
Organization: A noiseless patient Spider
Date: Thu, 30 May 2024 09:02 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: address@is.invalid (R.Wieser)
Newsgroups: comp.mobile.android
Subject: ebook reader - image scaling ?
Date: Thu, 30 May 2024 11:02:08 +0200
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <v39fb4$1kdl8$1@dont-email.me>
Injection-Date: Thu, 30 May 2024 11:02:28 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="eb9fec693c55a4c51eeb65b74c59cf60";
logging-data="1717928"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+M3fStPqe2gyl78NncxLNr4TY4AtAQ73rKWgqBR63FdQ=="
Cancel-Lock: sha1:/P4x0o+tz2knIfpmT0Rxxf1rChs=
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
X-Priority: 3
X-RFC2646: Format=Flowed; Original
X-MSMail-Priority: Normal
View all headers

Hello all,

In a previous thread I mentioned I found the below ebook-reader :

https://f-droid.org/en/packages/com.github.axet.bookreader/

Currenly I've added an image (by hand) and am trying to get it to stretch to
half a smartphones screen width. But no matter what I try (and which works
in a HTML page on a PC(1) ) I can't find how to make that happen.

(1) 'width=50%', 'width="50%"', 'style="width:50%;"' and using a CSS file.

Question:
Am I supposed to be able to resize images in an epub(2), and if so how is
that done ?

(2) the above epub reader does have "scale image(s) to fill the screen"
option though, but thats not quite what I was after.

Regards,
Rudy Wieser

Subject: Re: ebook reader - image scaling ?
From: Newyana2
Newsgroups: comp.mobile.android
Organization: A noiseless patient Spider
Date: Thu, 30 May 2024 12:02 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: newyana@invalid.nospam (Newyana2)
Newsgroups: comp.mobile.android
Subject: Re: ebook reader - image scaling ?
Date: Thu, 30 May 2024 08:02:48 -0400
Organization: A noiseless patient Spider
Lines: 41
Message-ID: <f7a18430-0556-73a2-b222-a51cb0d07dd0@invalid.nospam>
References: <v39fb4$1kdl8$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 30 May 2024 14:02:39 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="e9ad24e29566aa24e9d19680509e46d9";
logging-data="1778840"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/0+HyaQJX/dKrw2m5o7GgTA9Vd1Vd7qFI="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.3.1
Cancel-Lock: sha1:VCCSc2QpNoQmuH7Ry2qmJyxXsEc=
Content-Language: en-US
In-Reply-To: <v39fb4$1kdl8$1@dont-email.me>
View all headers

On 5/30/2024 5:02 AM, R.Wieser wrote:
> Hello all,
>
> In a previous thread I mentioned I found the below ebook-reader :
>
> https://f-droid.org/en/packages/com.github.axet.bookreader/
>
> Currenly I've added an image (by hand) and am trying to get it to stretch to
> half a smartphones screen width. But no matter what I try (and which works
> in a HTML page on a PC(1) ) I can't find how to make that happen.
>
> (1) 'width=50%', 'width="50%"', 'style="width:50%;"' and using a CSS file.
>
> Question:
> Am I supposed to be able to resize images in an epub(2), and if so how is
> that done ?
>
> (2) the above epub reader does have "scale image(s) to fill the screen"
> option though, but thats not quite what I was after.
>

You seem to have only half the story here. You're making
your own epub file as HTML and CSS in a ZIP? I don't understand
the syntax above.

HTML: <IMG WIDTH=50% HEIGHT=50%> (it also works with quotes: "50%")
Or <IMG STYLE="width: 50%; height: 50%;">
Or in either a STYLE block or a CSS file: IMG {width: 50%; height: 50%;}

And you can also use an ID:

<STYLE>
#Bigpic {width: 50%; height: 50%;}
</STYLE>
</HEAD>
<BODY>

<IMG ID="Bigpic">

I don't know of anywhere you might use apostrophes other than
inside javascript.

Subject: Re: ebook reader - image scaling ?
From: Carlos E.R.
Newsgroups: comp.mobile.android
Date: Thu, 30 May 2024 12:59 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: robin_listas@es.invalid (Carlos E.R.)
Newsgroups: comp.mobile.android
Subject: Re: ebook reader - image scaling ?
Date: Thu, 30 May 2024 14:59:36 +0200
Lines: 29
Message-ID: <oq9mikx1c9.ln2@Telcontar.valinor>
References: <v39fb4$1kdl8$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net dKx1ewKgBr0dEhaNbyFTTQg6316Avi4qWYIOi7Q0aJowR7H7Ca
X-Orig-Path: Telcontar.valinor!not-for-mail
Cancel-Lock: sha1:X9cQ41EweUOSFfYM27+RU0/+/24= sha256:oyU4Dhj2geWZo3A/b/96F6/kMNoBY5iRnJfzUQF3bQ4=
User-Agent: Mozilla Thunderbird
Content-Language: es-ES, en-CA
In-Reply-To: <v39fb4$1kdl8$1@dont-email.me>
View all headers

On 2024-05-30 11:02, R.Wieser wrote:
> Hello all,
>
> In a previous thread I mentioned I found the below ebook-reader :
>
> https://f-droid.org/en/packages/com.github.axet.bookreader/
>
> Currenly I've added an image (by hand) and am trying to get it to stretch to
> half a smartphones screen width. But no matter what I try (and which works
> in a HTML page on a PC(1) ) I can't find how to make that happen.
>
> (1) 'width=50%', 'width="50%"', 'style="width:50%;"' and using a CSS file.
>
> Question:
> Am I supposed to be able to resize images in an epub(2), and if so how is
> that done ?
>
> (2) the above epub reader does have "scale image(s) to fill the screen"
> option though, but thats not quite what I was after.

In my hardware ebook reader, images in epubs behave "weird". I have to
double tap on the image (this switches to "image viewer mode"), and then
I can zoom it. And sometimes I have to insist, not always it works.

--
Cheers, Carlos.

Subject: Re: ebook reader - image scaling ?
From: R.Wieser
Newsgroups: comp.mobile.android
Organization: A noiseless patient Spider
Date: Thu, 30 May 2024 13:57 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: address@is.invalid (R.Wieser)
Newsgroups: comp.mobile.android
Subject: Re: ebook reader - image scaling ?
Date: Thu, 30 May 2024 15:57:06 +0200
Organization: A noiseless patient Spider
Lines: 30
Message-ID: <v3a0oh$1ng68$1@dont-email.me>
References: <v39fb4$1kdl8$1@dont-email.me> <f7a18430-0556-73a2-b222-a51cb0d07dd0@invalid.nospam>
Injection-Date: Thu, 30 May 2024 15:59:45 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="eb9fec693c55a4c51eeb65b74c59cf60";
logging-data="1818824"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18CzsLZsCEhRphy3eifs3n8pBZlUEafwm3h40iKMaQSEA=="
Cancel-Lock: sha1:+VmuUnDQ3rgiini+lCW7im/fWxw=
X-Priority: 3
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
X-RFC2646: Format=Flowed; Response
X-MSMail-Priority: Normal
View all headers

Newyana2,

> You seem to have only half the story here. You're making
> your own epub file as HTML and CSS in a ZIP? I don't understand the syntax
> above.

Ah, my apologies. I ment that I added an image to a page in an existing
epub (and added a CSS file and updated the "content.opf").

> HTML: <IMG WIDTH=50% HEIGHT=50%> (it also works with quotes: "50%")
> Or <IMG STYLE="width: 50%; height: 50%;">
> Or in either a STYLE block or a CSS file: IMG {width: 50%; height: 50%;}

Thats the thing - all that stuff that works in an HTML file doesn't seem to
want to work in an EPUB. :-(

> (it also works with quotes: "50%")

Make that "it *only* works with".

> And you can also use an ID:

Or a class. Yes, I tried that too. I even tried to to put a "style="
attribute into the image tag itself. Nothing worked.

Regards,
Rudy Wieser

Subject: Re: ebook reader - image scaling ?
From: Newyana2
Newsgroups: comp.mobile.android
Organization: A noiseless patient Spider
Date: Thu, 30 May 2024 22:01 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: newyana@invalid.nospam (Newyana2)
Newsgroups: comp.mobile.android
Subject: Re: ebook reader - image scaling ?
Date: Thu, 30 May 2024 18:01:36 -0400
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <80f2ce91-1fe3-73ef-9179-f64bab77f98a@invalid.nospam>
References: <v39fb4$1kdl8$1@dont-email.me>
<f7a18430-0556-73a2-b222-a51cb0d07dd0@invalid.nospam>
<v3a0oh$1ng68$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 31 May 2024 00:01:26 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="96cf00f0cdce712929362f142a6f0fe8";
logging-data="1976506"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Y1jlhHbuyMYK9bHKMBnnmB6Fsyzam0CE="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.3.1
Cancel-Lock: sha1:UjZbUIhmbp+1YCB5Zddb2YrH30o=
In-Reply-To: <v3a0oh$1ng68$1@dont-email.me>
Content-Language: en-US
View all headers

On 5/30/2024 9:57 AM, R.Wieser wrote:

>
>> (it also works with quotes: "50%")
>
> Make that "it *only* works with".
>
Officially attributes are supposed to be in quotes if non-numeric.
Some people even put numbers in quotes. It works either way.
I just tested it on IE and FF.

>> And you can also use an ID:
>
> Or a class. Yes, I tried that too. I even tried to to put a "style="
> attribute into the image tag itself. Nothing worked.

Interesting. I've never dealt with an ebook reader.
I guess it's not the same as basic HTML, even though
it claims to be.

Subject: Re: ebook reader - image scaling ?
From: R.Wieser
Newsgroups: comp.mobile.android
Organization: A noiseless patient Spider
Date: Fri, 31 May 2024 08:07 UTC
References: 1 2 3 4
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: address@is.invalid (R.Wieser)
Newsgroups: comp.mobile.android
Subject: Re: ebook reader - image scaling ?
Date: Fri, 31 May 2024 10:07:55 +0200
Organization: A noiseless patient Spider
Lines: 46
Message-ID: <v3c0hr$256k2$1@dont-email.me>
References: <v39fb4$1kdl8$1@dont-email.me> <f7a18430-0556-73a2-b222-a51cb0d07dd0@invalid.nospam> <v3a0oh$1ng68$1@dont-email.me> <80f2ce91-1fe3-73ef-9179-f64bab77f98a@invalid.nospam>
Injection-Date: Fri, 31 May 2024 10:08:27 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="05fd6d8da6624aaad05b2d24eac3832d";
logging-data="2267778"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18WgH9VL+7k42N1H9E+DnjfrR7StJCR1k96UI3PJ6HAQg=="
Cancel-Lock: sha1:aPTd0GYhl1w5euDMxPAjtGAjB/g=
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
X-Priority: 3
X-RFC2646: Format=Flowed; Response
View all headers

Newyana2,

>>> (it also works with quotes: "50%")
>>
>> Make that "it *only* works with".
>>
> Officially attributes are supposed to be in quotes if non-numeric.
> Some people even put numbers in quotes. It works either way.
> I just tested it on IE and FF.

Yes, it does work on FF.

But you overlooked one thing : my question was about *epub*, not a
webbrowser. Any information about how it does work on something else is
currently of little, if any, value to me.

> Interesting. I've never dealt with an ebook reader.
> I guess it's not the same as basic HTML, even though
> it claims to be.

"basic HTML" ? Never heard of that.

FYI, the html variant used in epub's is called XHTML (as I found yesterday).
Its a bit more strict than the HTML implemented in webbrowsers. Including
that *all* arguments to attributes need to be in double-quotes, regardless
of if they are values or not.

I found that out when I tried to make an image appear bigger using
"width=100%" (no double-quotes around the "100%") causing he rest of the
page to disappear. :-|

As for the "its different" part ? There are two parts to that. One of them
being that tried HTML in an app which expected XHTML, and the second part
being that I have no idea if the epub-reader app I installed displays the
ful range of allowed XHTML tags or just subset of them. For instance, I
can't get a "<hr/>" to display.

If you come across information which describes which XHTML tags an EPUB
should display (and perhaps how) than to tell, as I could not find anything
of the kind.

Regards,
Rudy Wieser

Subject: Re: ebook reader - image scaling ?
From: Newyana2
Newsgroups: comp.mobile.android
Organization: A noiseless patient Spider
Date: Fri, 31 May 2024 12:40 UTC
References: 1 2 3 4 5
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: newyana@invalid.nospam (Newyana2)
Newsgroups: comp.mobile.android
Subject: Re: ebook reader - image scaling ?
Date: Fri, 31 May 2024 08:40:31 -0400
Organization: A noiseless patient Spider
Lines: 52
Message-ID: <ff361664-dc4f-d049-3920-af59280abc19@invalid.nospam>
References: <v39fb4$1kdl8$1@dont-email.me>
<f7a18430-0556-73a2-b222-a51cb0d07dd0@invalid.nospam>
<v3a0oh$1ng68$1@dont-email.me>
<80f2ce91-1fe3-73ef-9179-f64bab77f98a@invalid.nospam>
<v3c0hr$256k2$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 31 May 2024 14:40:21 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="96cf00f0cdce712929362f142a6f0fe8";
logging-data="2353128"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19/W02VeFz7mpURrcgEY0wpyj705PJSqbA="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.3.1
Cancel-Lock: sha1:2HKQwin/5FPFyBdNcDgvhElCdE4=
In-Reply-To: <v3c0hr$256k2$1@dont-email.me>
Content-Language: en-US
View all headers

On 5/31/2024 4:07 AM, R.Wieser wrote:

> "basic HTML" ? Never heard of that.
>
HTML is official and defined. There are versions, but it's
defined. Part of the original intention was to make it available
and relatively easy to use. So interpreters are designed to make
the best of what they get. If you make a syntax error in CSS
then the whole thing wil fail from that point on. The parser just says
"fuck this!" at the first irregularity. With HTML the browser will try
to display as best it can.

> FYI, the html variant used in epub's is called XHTML (as I found yesterday).
> Its a bit more strict than the HTML implemented in webbrowsers. Including
> that *all* arguments to attributes need to be in double-quotes, regardless
> of if they are values or not.
>

I wasn't familiar with XHTML. Wikipedia says it's actually a variant
of XML rather than HTML. And there have been numerous versions.
As near as I can tell, all this is a general trend toward developing
standards that are extremely rigid: easy for automating software but
hard for hand-coders. Wikipedia says the latest XHTML, v. 5, is designed
for use with web apps; the developers viewed XHTML 2 as "too
document oriented". (v. 2 apparently went to v. 5.)

This looks like a rehashing of the XML fad and then the JSON fad:
Very complicated ways of storing data that only a machine could love.
It's faddish because the people using it are not actually working
with it directly. They're using WYSIWYG tools where they can just plug
in copy, images, etc, and the software will write the code.

So I guess you'd need to figure out what version of XHTML you have
and then get the docs for it. I'd look myself if I were curious, but to
my mind life's too short for XML, XHTML and JSON. And too short for
ebooks, too, for that matter. :) Though I actually wrote a simple VBS
JSON parser in order to use REST API map functions from Google and
Bing. JSON seemed less distasteful than XML, and it wastes a lot less
bytes in its rigidity.

> For instance, I
> can't get a "<hr/>" to display.

Isn't that "<hr />" ? This is crazy stuff. Heavy quoting. Case sensitive.
Case sensitivity is another thing that's good for machines but not for
human readability. With XHTML it seems to mean the same thing it means
in C++
and javascript: Virtually all keywords and variables will be lowercase,
making
the code flow harder to read, but occasional uppercase elements are thrown
in to keep you on your toes.

Subject: Re: ebook reader - image scaling ?
From: R.Wieser
Newsgroups: comp.mobile.android
Organization: A noiseless patient Spider
Date: Fri, 31 May 2024 13:18 UTC
References: 1 2 3 4 5 6
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: address@is.invalid (R.Wieser)
Newsgroups: comp.mobile.android
Subject: Re: ebook reader - image scaling ?
Date: Fri, 31 May 2024 15:18:10 +0200
Organization: A noiseless patient Spider
Lines: 24
Message-ID: <v3cin9$286co$1@dont-email.me>
References: <v39fb4$1kdl8$1@dont-email.me> <f7a18430-0556-73a2-b222-a51cb0d07dd0@invalid.nospam> <v3a0oh$1ng68$1@dont-email.me> <80f2ce91-1fe3-73ef-9179-f64bab77f98a@invalid.nospam> <v3c0hr$256k2$1@dont-email.me> <ff361664-dc4f-d049-3920-af59280abc19@invalid.nospam>
Injection-Date: Fri, 31 May 2024 15:18:33 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="05fd6d8da6624aaad05b2d24eac3832d";
logging-data="2365848"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+WC+o2Jzy6BDpVy/nT2QQm5xu7OMCsWURfmGIAkMq4ow=="
Cancel-Lock: sha1:hj4zWGYVNU9zkuZ4CKDBKCUWO/0=
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
X-MSMail-Priority: Normal
X-Priority: 3
X-RFC2646: Format=Flowed; Response
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
View all headers

Newyana2,

> So I guess you'd need to figure out what version of XHTML you have and
> then get the docs for it.

:-) Yep, thats what I've been trying to do. Even the "basic XHTML" docs
would help.

I did find /some/ info about it, but as it shows "HR" as supported, but as
the epub-reader doesn't display it (but luckily doesn't abort parsing
either) ...

>> For instance, I can't get a "<hr/>" to display.
>
> Isn't that "<hr />" ?

While googeling I came across info that said that the space infront of that
slash is just there so old webbrowsers would not barf. IOW, its not needed
for XHTML (or for the more modern variants of HTML/webbrowsers).

Regards,
Rudy Wieser

Subject: Re: ebook reader - image scaling ?
From: Andy Burns
Newsgroups: comp.mobile.android
Date: Fri, 31 May 2024 13:31 UTC
References: 1 2 3 4 5 6 7
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: usenet@andyburns.uk (Andy Burns)
Newsgroups: comp.mobile.android
Subject: Re: ebook reader - image scaling ?
Date: Fri, 31 May 2024 14:31:00 +0100
Lines: 11
Message-ID: <lbu1omFnktiU1@mid.individual.net>
References: <v39fb4$1kdl8$1@dont-email.me>
<f7a18430-0556-73a2-b222-a51cb0d07dd0@invalid.nospam>
<v3a0oh$1ng68$1@dont-email.me>
<80f2ce91-1fe3-73ef-9179-f64bab77f98a@invalid.nospam>
<v3c0hr$256k2$1@dont-email.me>
<ff361664-dc4f-d049-3920-af59280abc19@invalid.nospam>
<v3cin9$286co$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net VslzcYhQuiXR9oBfAOmW1QgRsRETU8QMoLSrBNyKG0aLmW7cpc
Cancel-Lock: sha1:EdkL7tTdnKTr0ep83Ep6Af6OjBo= sha256:jRfCQZFSkYOw2F+8PYWvLBhFRzGji2Mdgdy+4ieKfu0=
User-Agent: Mozilla Thunderbird
Content-Language: en-GB
In-Reply-To: <v3cin9$286co$1@dont-email.me>
View all headers

R.Wieser wrote:

> Newyana2 wrote:
>
>> So I guess you'd need to figure out what version of XHTML you have and
>> then get the docs for it.
>
> :-) Yep, thats what I've been trying to do.

<https://www.w3.org/TR/epub>

Subject: Re: ebook reader - image scaling ?
From: R.Wieser
Newsgroups: comp.mobile.android
Organization: A noiseless patient Spider
Date: Fri, 31 May 2024 14:34 UTC
References: 1 2 3 4 5 6 7 8
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: address@is.invalid (R.Wieser)
Newsgroups: comp.mobile.android
Subject: Re: ebook reader - image scaling ?
Date: Fri, 31 May 2024 16:34:08 +0200
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <v3cn62$2908b$1@dont-email.me>
References: <v39fb4$1kdl8$1@dont-email.me> <f7a18430-0556-73a2-b222-a51cb0d07dd0@invalid.nospam> <v3a0oh$1ng68$1@dont-email.me> <80f2ce91-1fe3-73ef-9179-f64bab77f98a@invalid.nospam> <v3c0hr$256k2$1@dont-email.me> <ff361664-dc4f-d049-3920-af59280abc19@invalid.nospam> <v3cin9$286co$1@dont-email.me> <lbu1omFnktiU1@mid.individual.net>
Injection-Date: Fri, 31 May 2024 16:34:42 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="05fd6d8da6624aaad05b2d24eac3832d";
logging-data="2392331"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19TR4Kd8dp+ZhB+oVZApSy8dGL8wv9PgzGqDydbWwkIrQ=="
Cancel-Lock: sha1:1taJYqe1XWeQHg7Xb009CWel9MA=
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
X-RFC2646: Format=Flowed; Response
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
View all headers

Andy,

>>> So I guess you'd need to figure out what version of XHTML you have and
>>> then get the docs for it.
>>
>> :-) Yep, thats what I've been trying to do.
>
> <https://www.w3.org/TR/epub>

I found a few myself :

http://idpf.github.io/epub3-samples/30/samples.html

https://idpf.github.io/epub-cmt/v3/

https://www.w3.org/publishing/epub32/epub-contentdocs.html

https://www.w3.org/AudioVideo/ebook/

https://www.w3.org/2010/04/xhtml10-strict.html

https://epubknowledge.com/docs/xhtml-general/

https://www.yourhtmlsource.com/accessibility/xhtmlexplained.html/

..... and somehow none of them actually mention which tags XHTML supports, or
which tags are/must be supported by EPUB books (which I do not automatically
consider to be the same set). :-(

And assuming that there are different XHTML versions that EPUB readers
should support, I have not found any specs to them either.

Regards,
Rudy Wieser

1

rocksolid light 0.9.8
clearnet tor