Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Fire

Notices

Reply
 
Thread Tools Search this Thread
Old 11-07-2011, 02:37 PM   #1
SamL
I mess around with Epubs
SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.
 
Posts: 82
Karma: 1566
Join Date: Mar 2011
Location: Cambridge, MA
Device: mac, ipad, nook, kindle
Supported Kindle 8 HTML 5 tags

I was crossing my fingers for audio/video, but it doesn't look like they made the cut.

http://www.amazon.com/gp/feature.htm...d_i=1000729511

Quote:
HTML Tag Description
<!--...--> Specifies a comment
<!DOCTYPE> Specifies the document type
<?xml?> This tag identifies a document as an XML document
<a> Specifies a hyperlink
<address> Specifies an address element
<article> Specifies an article
<aside> Specifies content aside from the page content
<b> Specifies bold text
<blockquote> Specifies a long quotation
<body> Specifies the body element
<br> Inserts a single line break
<caption> Specifies a table caption
<center> Centers text horizontally
<cite> Specifies a citation
<code> Specifies computer code text
<col> Specifies attributes for table columns
<dd> Specifies a definition description
<del> Specifies deleted text
<dfn> Defines a definition term
<div> Specifies a section in a document
<dl> Specifies a definition list
<dt> Specifies a definition term
<em> Specifies emphasized text
<figcaption> Specifies caption for the figure element.
<figure> Specifies a group of media content, and their caption
<footer> Specifies a footer for a section or page
<h1> Specifies a heading level 1
<h2> Specifies a heading level 2
<h3> Specifies a heading level 3
<h4> Specifies a heading level 4
<h5> Specifies a heading level 5
<h6> Specifies a heading level 6
<head> Specifies information about the document
<header> Specifies a group of introductory or navigational aids, including hgroup elements
<hgroup> Specifies a header for a section or page
<hr> Specifies a horizontal rule
<html> Specifies an html document
<i> Specifies italic text
<img> Specifies an image
<ins> Specifies inserted text
<kbd> Specifies keyboard text
<li> Specifies a list item
<link> Specifies a resource reference
<mark> Specifies marked text
<map> Specifies an image map
<menu> Specifies a menu list
<ol> Specifies an ordered list
<output> Specifies some types of output
<p> Specifies a paragraph
<pre> Specifies preformatted text
<q> Specifies a short quotation
<rp> Used for the benefit of browsers that don't support ruby annotations
<rt> Specifies the ruby text component of a ruby annotation.
<samp> Specifies sample computer code
<section> Specifies a section
<small> Specifies small text
<source> Specifies media resources
<span> Specifies a section in a document
<strong> Specifies strong text
<style> Specifies a style definition
<strike> Create a strikethrough text
<sub> Specifies subscripted text
<sup> Specifies superscripted text
<table> Specifies a table
<tbody> Specifies a table body
<td> Specifies a table cell
<tfoot> Specifies a table footer
<th> Specifies a table header
<thead> Specifies a table header
<time> Specifies a date/time
<title> Specifies the document title
<tr> Specifies a table row
<u> Underlines any text it encloses
<ul> Specifies an unordered list
<var> Specifies a variable
<wbr> Specifies a line break opportunity for very long words and strings of text with no spaces.
<nav> Specifies navigation links
<summary> Specifies a summary/caption for the <details> element



CSS Attribute Description
/*Comment*/ CSS Comment
@import Import external style sheets
@charset Declares Character encoding
@media Declares different styles for different media. Will support either "All" or "Screen" and ignore others
@namespace Enables usage of namespaces
@font-face Allows for linking to fonts
* Selects all elements
E Matches any E element (div, span, p)
E.class Class selector
E#id ID selector
E:link Link selector (not yet visited)
E:visited Link selector (visited)
E:active Matches E when active by user action
E:hover Matches E when hover by user action
E:focus Matches E when focus by user action
margin Sets margin properties
padding Sets padding properties
width Sets width of an element
height Sets height of an element
float Specifies if a box should float on the side
clear Specifies which side of an element where other floating elements are not allowed
display Specifies the type of box an element should generate
min-width Sets minimum width of an element
max-width Sets maximum width of an element
min-height Sets minimum height of an element
max-height Sets maximum height of an element
clip Clips an absolutely positioned element
overflow Specifies what happens if content overflows an element box
visibility Specifies whether or not an element is visible
overflow-x Forces horizontal scroll bars on overflow
overflow-y Forces vertical scroll bars on overflow
border-radius Sets the radius for rounded corner in borders
border Sets all the border properties in one declaration
border-bottom Sets all the bottom border properties in one declaration
border-bottom-color Sets the color of the bottom border
border-bottom-style Sets the style of the bottom border
border-bottom-width Sets the width of the bottom border
border-color Sets the color of the four borders
border-left Sets all the left border properties in one declaration
border-left-color Sets the color of the left border
border-left-style Sets the style of the left border
border-left-width Sets the width of the left border
border-right Sets all the right border properties in one declaration
border-right-color Sets the color of the right border
border-right-style Sets the style of the right border
border-right-width Sets the width of the right border
border-style Sets the style of the four borders
border-top Sets all the top border properties in one declaration
border-top-color Sets the color of the top border
border-top-style Sets the style of the top border
border-top-width Sets the width of the top border
border-width Sets the width of the four borders
background-clip Specifies whether an element's background, either the color or image, extends underneath its border
background-origin Determines the background positioning area
background-size Specifies the size of the background images
font Sets all font properties
font-family Allows for a prioritized list of font family names and/or generic family names to be specified for the selected element
font-size Specifies the size of the font
font-style Allows font style (italic or oblique) to be selected within a font-family
font-variant Selects a normal, or small-caps face from a font family
font-weight Specifies the weight or boldness of the font
text-align Specifices the horizontal alignment of text
text-decoration Specifies the decoration to be added to the text
text-indent Specifies the indentation of the first line in a text block
text-transform Controls the capitalization of the text
letter-spacing Increases or decreases the space between characters in a text
word-spacing Increases or decreases the space between words in a text
white-space Specifies how white space inside an element is handled
text-shadow Specifies the shadow effect added to text
text-overflow Specifies whether an ellipsis displays when text content has overflowed its given layout area
word-wrap Specifies whether or not the browser is allowed to break lines within words in order to prevent overflow when an otherwise unbreakable string is too long to fit
direction Sets the base text direction and block-level elements and the direction that cells flow within a table row
border-collapse Selects the border model
border-spacing Specifies the distance between the borders of adjacent cells
caption-side Positions the the content of table-caption at the specified side
empty-cells Specifies how to render borders and backgrounds around cells that have no visible content.
table-layout Defines the algorithm to be used to layout the table cells, rows and columns
outline Sets the outline properties
outline-color Sets the color of an outline
outline-style Sets the style of an outline
outline-width Sets the width of an outline
outline-offset Sets the space between an outline and the edge or border of an element
width Specifies the width of the content area of an element
height Specifies the height of the content area of an element
device-width The width of the screen in CSS pixels at zoom factor 1.0
device-height The height of the screen in CSS pixels at zoom factor 1.0
device-aspect-ratio Describes the aspect ratio of the output device
color Sets the color of text
color-index Describes the number of entries in the color lookup table of the output device
monochrome Describes the number of bits per pixel in a monochrome frame buffer
border Sets all the border properties in one declaration
border-bottom Sets all the bottom border properties in one declaration
border-bottom-color Sets the color of the bottom border
border-bottom-style Sets the style of the bottom border
border-bottom-width Sets the width of the bottom border
border-color Sets the color of the four borders
border-left Sets all the left border properties in one declaration
border-left-color Sets the color of the left border
border-left-style Sets the style of the left border
border-left-width Sets the width of the left border
border-right Sets all the right border properties in one declaration
border-right-color Sets the color of the right border
border-right-style Sets the style of the right border
border-right-width Sets the width of the right border
border-style Sets the style of the four borders
border-top Sets all the top border properties in one declaration
border-top-color Sets the color of the top border
border-top-style Sets the style of the top border
border-top-width Sets the width of the top border
border-width Sets the width of the four borders
SamL is offline   Reply With Quote
Old 11-07-2011, 02:47 PM   #2
Jessica Lares
Wizard
Jessica Lares ought to be getting tired of karma fortunes by now.Jessica Lares ought to be getting tired of karma fortunes by now.Jessica Lares ought to be getting tired of karma fortunes by now.Jessica Lares ought to be getting tired of karma fortunes by now.Jessica Lares ought to be getting tired of karma fortunes by now.Jessica Lares ought to be getting tired of karma fortunes by now.Jessica Lares ought to be getting tired of karma fortunes by now.Jessica Lares ought to be getting tired of karma fortunes by now.Jessica Lares ought to be getting tired of karma fortunes by now.Jessica Lares ought to be getting tired of karma fortunes by now.Jessica Lares ought to be getting tired of karma fortunes by now.
 
Jessica Lares's Avatar
 
Posts: 2,240
Karma: 5759170
Join Date: Jun 2011
Location: Near Dallas, Texas, USA
Device: iPad Mini, iPod Touch (5th gen)
Font-Face is the only thing that matters.
Jessica Lares is offline   Reply With Quote
Advert
Old 11-07-2011, 04:56 PM   #3
gweminence
Fat Guy
gweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notes
 
Posts: 408
Karma: 24165
Join Date: Jun 2010
Device: Kindle Voyage
Is there ANY ebook format that includes audio / video?

Frankly, I don't see the point. If I want audio or video, I'll buy/download/acquire said material in it's native audio/video format.

My books? I just want to read them.
gweminence is offline   Reply With Quote
Old 11-07-2011, 05:32 PM   #4
SamL
I mess around with Epubs
SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.
 
Posts: 82
Karma: 1566
Join Date: Mar 2011
Location: Cambridge, MA
Device: mac, ipad, nook, kindle
Quote:
Originally Posted by gweminence View Post
Is there ANY ebook format that includes audio / video?

Frankly, I don't see the point. If I want audio or video, I'll buy/download/acquire said material in it's native audio/video format.

My books? I just want to read them.
you can put audio/video in epubs, its just a matter of whether the device you are viewing them on supports HTML5. The Apple store is the only store I'm aware of that accepts epubs with the audio/video tags.

I think theres a bunch of possibilities of uses with audio and video in epubs, particularly in text books. You could embed all you media in players within your epub, so the user doesn't have to be redirected to other sources to watch a video clip or something like that.
SamL is offline   Reply With Quote
Old 11-07-2011, 10:30 PM   #5
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
The audio and video tags are already in use in the Kindle format. the current enhanced Kindle ebooks use those tags.
Nate the great is offline   Reply With Quote
Advert
Old 11-08-2011, 12:49 PM   #6
SamL
I mess around with Epubs
SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.
 
Posts: 82
Karma: 1566
Join Date: Mar 2011
Location: Cambridge, MA
Device: mac, ipad, nook, kindle
Quote:
Originally Posted by Nate the great View Post
The audio and video tags are already in use in the Kindle format. the current enhanced Kindle ebooks use those tags.


Thanks Nate, so audio/video ebooks should pass validation in the kindle store?
SamL is offline   Reply With Quote
Old 11-08-2011, 08:21 PM   #7
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
Quote:
Originally Posted by SamL View Post
Thanks Nate, so audio/video ebooks should pass validation in the kindle store?
Yep. The current version of Kindlegen even has a demo with audio files.
Nate the great is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Forbidden html tags on kindle Koko Amazon Kindle 4 09-03-2011 02:23 PM
Problem with html -> Mobi conversion - html tags visible. khromov Calibre 9 08-06-2011 11:25 AM
Supported XHTML tags in EPUB spaze ePub 5 02-27-2011 09:35 PM
HTML tags and parameters supported by Mobi hkdorama Kindle Formats 1 07-26-2010 05:48 AM
Supported HTML/CSS tags and properties Jellby Bookeen 9 05-04-2008 04:55 PM


All times are GMT -4. The time now is 03:52 PM.


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