No subject
Wed Jun 22 11:12:56 PDT 2011
2011-06-20 Carlos Garcia Campos <cgarcia at igalia.com><mailto:cgarcia at igali=
a.com>
Reviewed by Xan Lopez.
[GTK] Split libWebCore into two libWebCore and libWebCoreGtk
https://bugs.webkit.org/show_bug.cgi?id=3D60539
* GNUmakefile.am: Link to libWebCoreGtk.la too.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
WebKitGTK+ 1.5.1
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
What's new in WebKitGTK+ 1.5.1?
- The JSC library is now available independently. It's called
"libjavascriptcoregtk", and it comes with its own pkg-config file.
- New spellchecking APIs, useful to implement spellchecking features
in the UAs.
- New DOM methods to check if editable areas have been modified by
the user (webkit_dom_html_{input,text_area}_is_edited).
- Lots of improvements in the WebKit2GTK+ port.
- Lots of bugfixes.
Since XHTML is a good citizen with HTML 5 I'd assume information on the Web=
Kit HTML 5 Parser would be useful for the long haul.
http://www.webkit.org/blog/1273/the-html5-parsing-algorithm/
If I'm off base, just ignore.
Sincerely Yours,
Marc J. Driftmeyer
On 06/21/2011 07:47 PM, Josh Richardson wrote:
Experienced web developers always separate their CSS from their HTML file =
This makes maintenance and overriding of the styling much easier, as well a=
s keeping the HTML file itself (nearly) completely content / semantics focu=
sed.
In the complex mode, I would like to separate out the styling into a separa=
te CSS file, referenced from the output HTML file. Any objections to this?
I am also cleaning up the tags so that they are all balanced and XHTML, hen=
ce XML-compliant. Once this is done along with CSS separated out, I'm not =
sure of a need for a separate =96xml mode for pdftohtml. Thoughts on this?
Thanks, --josh
_______________________________________________
poppler mailing list
poppler at lists.freedesktop.org<mailto:poppler at lists.freedesktop.org>http://l=
ists.freedesktop.org/mailman/listinfo/poppler
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com<mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
--_000_CA277E2228D0jriccheggcom_
Content-Type: text/html; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
<html><head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-1=
252"></head><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space;=
-webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14p=
x; font-family: Calibri, sans-serif; "><div>I was planning to make it =
HTML5 and XHTML5 compliant (<a href=3D"http://en.wikipedia.org/wiki/Polyglo=
t_markup" title=3D"Polyglot markup">polyglot</a>). We need some of th=
e HTML5 features, e.g. for text rotation across platforms. I have imp=
lemented text-rotation support btw., just trying to sort some of this forma=
tting stuff out before submitting the patch.</div><div><br></div><div>Thank=
s for the pointers.</div><div><br></div><div>--josh</div><div><br></div><sp=
an id=3D"OLK_SRC_BODY_SECTION"><div style=3D"font-family:Calibri; font-size=
:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEF=
T: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in;=
BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt=
"><span style=3D"font-weight:bold">From: </span> "Marc J. Driftmeyer&q=
uot; <<a href=3D"mailto:mjd at reanimality.com">mjd at reanimality.com</a>>=
<br><span style=3D"font-weight:bold">Reply-To: </span> "Marc J. Driftm=
eyer" <<a href=3D"mailto:mjd at reanimality.com">mjd at reanimality.com</=
a>><br><span style=3D"font-weight:bold">Date: </span> Tue, 21 Jun 2011 2=
1:14:23 -0700<br><span style=3D"font-weight:bold">To: </span> "<a href=
=3D"mailto:poppler at lists.freedesktop.org">poppler at lists.freedesktop.org</a>=
" <<a href=3D"mailto:poppler at lists.freedesktop.org">poppler at lists.f=
reedesktop.org</a>><br><span style=3D"font-weight:bold">Subject: </span>=
Re: [poppler] pdftohtml, separate CSS file<br></div><div><br></div><div>
=20
=20
=20
=20
<div text=3D"#000000" bgcolor=3D"#ffffff">
As one with 10+ years with CSS, XHTML1.x and now HTML 5 I have to
ask which versions of the XHTML specification you plan on
supporting.<br>
<br>
I would assume you would target XHTML1.1 Strict and leave the notion
of the XHTML 1.1 Modular alone as we've all departed on to HTML 5.<br>
<br>
Which brings me to the question, pdftohtml should include output to
HTML 5, and since it's on all platforms perhaps one should utilize
the WebKit HTML 5 Parser, especially since GTK+ and Qt are all in.
GTK+ is even modularizing out their work so to separate the
JavaScript engine to be reusable within other GTK+ projects.<br>
<br>
From GTK+ Changelog:<br>
<br>
2011-06-20 Carlos Garcia Campos <a class=3D"moz-txt-link-rf=
c2396E" href=3D"mailto:cgarcia at igalia.com"><cgarcia at igalia.com></a><b=
r>
<br>
Reviewed by Xan Lopez.<br>
<br>
[GTK] Split libWebCore into =
two libWebCore and libWebCoreGtk<br>
<a class=3D"moz-txt-link-fre=
etext" href=3D"https://bugs.webkit.org/show_bug.cgi?id=3D60539">https://bug=
s.webkit.org/show_bug.cgi?id=3D60539</a><br>
<br>
* GNUmakefile.am: Link to li=
bWebCoreGtk.la too.<br>
<br>
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
WebKitGTK+ 1.5.1<br>
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
<br>
What's new in WebKitGTK+ 1.5.1?<br>
<br>
- The JSC library is now available independently. It's called<br=
>
"libjavascriptcoregtk", and it comes with =
its own pkg-config
file.<br>
- New spellchecking APIs, useful to implement spellchecking
features<br>
in the UAs.<br>
- New DOM methods to check if editable areas have been modified =
by<br>
the user (webkit_dom_html_{input,text_area}_is_edite=
d).<br>
- Lots of improvements in the WebKit2GTK+ port.<br>
- Lots of bugfixes.<br>
<br>
Since XHTML is a good citizen with HTML 5 I'd assume information on
the WebKit HTML 5 Parser would be useful for the long haul.<br>
<br>
<a href=3D"http://www.webkit.org/blog/1273/the-html5-parsing-algorithm/=
">http://www.webkit.org/blog/1273/the-html5-parsing-algorithm/</a><br>
<br>
If I'm off base, just ignore.<br>
<br>
Sincerely Yours,<br>
<br>
Marc J. Driftmeyer<br>
<br>
<br>
On 06/21/2011 07:47 PM, Josh Richardson wrote:
<blockquote cite=3D"mid:CA26A5C0.2888%25jric at chegg.com" type=3D"cite">
=20
<div>Experienced web developers always separate their CSS from
their HTML file This makes maintenance and overriding of the
styling much easier, as well as keeping the HTML file itself
(nearly) completely content / semantics focused.</div>
<div><br>
</div>
<div>In the complex mode, I would like to separate out the styling
into a separate CSS file, referenced from the output HTML file.
Any objections to this?</div>
<div><br>
</div>
<div>I am also cleaning up the tags so that they are all balanced
and XHTML, hence XML-compliant. Once this is done along with
CSS separated out, I'm not sure of a need for a separate =96xml =
mode for pdftohtml. Thoughts on this?</div>
<div><br>
</div>
<div>Thanks, --josh</div>
<pre wrap=3D""><fieldset class=3D"mimeAttachmentHeader"></fieldset>
_______________________________________________
poppler mailing list
<a class=3D"moz-txt-link-abbreviated" href=3D"mailto:poppler at lists.freedesk=
top.org">poppler at lists.freedesktop.org</a><a class=3D"moz-txt-link-freetext=
" href=3D"http://lists.freedesktop.org/mailman/listinfo/poppler">http://lis=
ts.freedesktop.org/mailman/listinfo/poppler</a></pre>
</blockquote>
<br>
<div class=3D"moz-signature">-- <br>
Marc J. Driftmeyer<br>
Email :: <a href=3D"mailto:mjd at reanimality.com">mjd at reanimality.com</=
a><br>
Web :: <a href=3D"http://www.reanimality.com">http://www.reanimality.=
com</a><br>
Cell :: (509) 435-5212
</div>
</div></div></span></body></html>
--_000_CA277E2228D0jriccheggcom_--
More information about the poppler
mailing list