On Tue, Dec 23, 2014 at 10:57:15PM +0100, Lennart Borgman wrote: > > Is there a chance that you can add html attributes for height and > width on <img>-tags? I mean as read from the actual images.
I don't get it. Why would we do that, and how? I do not know how to read the height and width from the actual images, and if it was possible why would it the role of makeinfo to do that? > (A quite different problem: I saw in Html.pm that the html code did > not seem to be written be some general function that could make sure > that tags are closed and well-formed etc. Is there any reason for > that?) I do not get it either. What makes sure that the tags are closed and well formed is that there is code that adds closing tags whenever one is opened, which is what is in HTML.pm. You cannot really use a function for that... But I must certainly be missing something. Do you have an example? -- Pat
