[sword-devel] trying to get proper xhtml to work in webkit

Greg Hellings greg.hellings at gmail.com
Sat Apr 18 11:48:54 MST 2020


On Sat, Apr 18, 2020, 07:09 Karl Kleinpaste <karl at kleinpaste.org> wrote:

> On 4/17/20 11:43 AM, Greg Hellings wrote:
>
> the HTML WG suggests, and apparently all browsers implement, ignoring
> those directives and instaead caring only about the Content-Type
> header/directive. So if you have that header/directive in Xiphos, then try
> updating that to the appropriate "application/xhtml+xml" and see if that
> fixes Xiphos/WebKit's behavior?
>
> As I showed in my original note on this, the opening stanza includes
>
> <meta http-equiv=\"content-type\" content=\"application/xhtml+xml;
> charset=utf-8\">
>

This is the HTML header. Not the HTTP header.

For manually loading the text you don't have an HTTP header, but you still
tell the widget what content type when you call wk_html_open_stream or
webkit_web_view_load_string or similar functions. It's this value that is
telling Webkit what to do.

--Greg

>
> and it doesn't help. On a whim, I tried Content-Type in the event a
> case-sensitive match was required, but that didn't help, either.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.crosswire.org/pipermail/sword-devel/attachments/20200418/88db7b6c/attachment.html>


More information about the sword-devel mailing list