DO NOT REPLY [Bug 45070] Spurious WARNING on span="inherit"

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45070

Glenn Adams  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

--- Comment #5 from Glenn Adams  2012-04-11 06:17:29 UTC ---
change status from ASSIGNED to NEW for consistency

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45070] Spurious WARNING on span="inherit"

2012-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45070

Glenn Adams  changed:

   What|Removed |Added

   Priority|P2  |P3

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45070] Spurious WARNING on span="inherit"

2012-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45070

--- Comment #4 from Glenn Adams  2012-04-07 01:44:40 UTC ---
resetting P2 open bugs to P3 pending further review

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45070] Spurious WARNING on span="inherit"

2010-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45070

Bela Hausmann  changed:

   What|Removed |Added

 CC||p...@belahausmann.name

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45070] Spurious WARNING on span="inherit"

2008-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45070





--- Comment #3 from Andreas L. Delmelle <[EMAIL PROTECTED]>  2008-05-23 
08:08:32 PST ---
(In reply to comment #2)
> (This issue came up on the docbook-apps mailing list.) 
> There are two problems IMO:
> - I don't see why FOP should issue a warning while such a construct is
> perfectly legal. I realize that this may help debugging stylesheets, but this
> will also annoy most users.

Granted...
Question in this particular case, however, is what the stylesheet authors hope
to achieve by adding  'span="inherit"' anyway. The property only has effect for
areas returned by a flow-child. Although the property is not inherited, further
descendants automatically take on the characteristics of their parent (see:
http://www.w3.org/TR/xsl/#span)

> - The code in PropertyMaker.make(PropertyList, String, FObj) looks suspicious.
> It tries to get the explicit value set on the parent, whereas it should get 
> its
> /computed/ value. Granted, the end result is probably the same, still.

I think the reason behind the warning is indeed stylesheet debugging, in the
sense that one would expect a value on the parent for a specified value of
'inherit' on the child (?)

The keyword is permitted as a value for inherited properties, but hardly useful
there...
If used for non-inherited properties, then it should indeed evaluate to the
computed value.

The explicit value obtained in PropertyMaker is used /only/ to check whether
there was a value specified on the parent. If this is not the case, then the
computed value will evaluate to the initial value, and so could just as well
have been omitted...

All the same for me to have FOP shut up in those cases, or reduce it to
debug-level.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45070] Spurious WARNING on span="inherit"

2008-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45070


Vincent Hennebert <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Comment #2 from Vincent Hennebert <[EMAIL PROTECTED]>  2008-05-23 07:02:19 
PST ---
(This issue came up on the docbook-apps mailing list.) There are two problems
IMO:
- I don't see why FOP should issue a warning while such a construct is
perfectly legal. I realize that this may help debugging stylesheets, but this
will also annoy most users.
- The code in PropertyMaker.make(PropertyList, String, FObj) looks suspicious.
It tries to get the explicit value set on the parent, whereas it should get its
/computed/ value. Granted, the end result is probably the same, still.

Leaving it over to property specialists...

Vincent


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45070] Spurious WARNING on span="inherit"

2008-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45070





--- Comment #1 from Andrew McFarland <[EMAIL PROTECTED]>  2008-05-23 05:44:40 
PST ---
Created an attachment (id=21991)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21991)
simple docbook file that demonstrates the problem


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.