View Single Post
Old 08-09-2023, 09:41 AM   #5
nabsltd
Fanatic
nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.
 
Posts: 524
Karma: 8500000
Join Date: Aug 2013
Location: Hamden, CT
Device: Kindle Paperwhite (11th gen), Scribe, Kindle 4 Touch
This is from a book covered by copyright, but I don't think the metadata I'm posting violates the rules...if it does, I'm sorry.

Header on each HTML page:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">

<head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
  <title>Chasing the Dime</title>
  <link href="../Styles/stylesheet.css" rel="stylesheet" type="text/css" />
</head>
Header and metadata from content.opf:
Code:
<?xml version="1.0" encoding="utf-8"?>
<package version="2.0" unique-identifier="uid" xmlns="http://www.idpf.org/2007/opf">
  <metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
    <dc:title>Chasing the Dime</dc:title>
    <dc:language>en</dc:language>
    <dc:identifier id="uid">3897963789</dc:identifier>
    <dc:creator>Connelly, Michael</dc:creator>
    <dc:publisher>Little, Brown and Company</dc:publisher>
    <dc:subject>Fiction / Thrillers / General</dc:subject>
    <dc:date opf:event="publication">2002-10-15</dc:date>
    <dc:rights>Copyright © 2002 by Hieronymus, Inc.</dc:rights>
    <meta name="output encoding" content="utf-8"/>
    <meta name="primary-writing-mode" content="horizontal-lr"/>
    <meta name="Sigil version" content="1.9.30"/>
    <dc:date opf:event="modification" xmlns:opf="http://www.idpf.org/2007/opf">2023-08-03</dc:date>
  </metadata>
Here's a paragraph where the word "be" was flagged as spelled wrong...pretty vanilla CSS:
Code:
<p class="para-indent">“Well, it’s occupied at the moment but it might not be for long.”</p>
The "p" tag is directly under "body".

Also note that only the menu item for spell check shows the word as spelled incorrectly. The editor does not purple underline the word.

Last edited by nabsltd; 08-09-2023 at 09:44 AM.
nabsltd is offline   Reply With Quote