This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ImageData does not allow floating image


Folks,

ImageData enumerates the Align attribute to be one of "Left", "Right",
and "Center".

This is ambiguous.  Does

    ...
      <imagedata ... align="right">
    ...

mean that the image should appear on the right, with white space to its
left, or does it mean that the image should float right, and the text
should wrap down its left hand side?  In HTML terms, it's the
distinction between:

    <p align="right"><img ... ></p>      <!-- Right, with whitespace -->

and

    <p><img align="right" ... ></p>      <!-- Floats right, text wraps -->

It's feasible that an author might want both types of image in the same
document.

Could we extend the enumerated values for Align to allow "FloatLeft" and
"FloatRight" or similar?

Is this worth RFE'ing?

N
-- 
Internet connection, $19.95 a month.  Computer, $799.95.  Modem, $149.95.
Telephone line, $24.95 a month.  Software, free.  USENET transmission,
hundreds if not thousands of dollars.  Thinking before posting, priceless.
Somethings in life you can't buy.  For everything else, there's MasterCard.
  -- Graham Reed, in the Scary Devil Monastery

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]