[Bug 25794] disallow multiple table captions

2011-04-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #13 from DieBuche diebu...@gmail.com 2011-04-21 07:27:32 UTC ---
Fixed in r86599

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords|triage  |

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 CC||diebu...@gmail.com

--- Comment #9 from DieBuche diebu...@gmail.com 2011-04-18 09:25:34 UTC ---
Does anyone oppose to stripping any nth1 caption in the parser?

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

--- Comment #10 from Mark A. Hershberger m...@everybody.org 2011-04-18 
13:22:25 UTC ---
(In reply to comment #9)
 Does anyone oppose to stripping any nth1 caption in the parser?

That seems fine to me since it would make the mis-placed captions work the same
as those placed correctly.

Now, if you're going to strip captions, maybe we can have a look at making
captions work the same no matter where they're placed.  But that's another bug.

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

--- Comment #11 from DieBuche diebu...@gmail.com 2011-04-18 13:25:54 UTC ---
 Now, if you're going to strip captions, maybe we can have a look at making
 captions work the same no matter where they're placed.  But that's another 
 bug.
I actually fixed that when implementing theadtfoot. Do you have a bug id?

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

--- Comment #12 from Mark A. Hershberger m...@everybody.org 2011-04-18 
13:29:30 UTC ---
(In reply to comment #11)
  Now, if you're going to strip captions, maybe we can have a look at making
  captions work the same no matter where they're placed.  But that's another 
  bug.
 I actually fixed that when implementing theadtfoot. Do you have a bug id?

No, I would have had to create one. Thanks!

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #7 from Krinkle krinklem...@gmail.com 2011-04-15 11:03:23 UTC ---
The W3C specification states the same, Firefox is correct here.

HTML4 says there may only be one element.

HTML5 is even stricter: it says it must be the first direct child of the table
element (which also means there can only be one).


http://www.w3.org/TR/html4/struct/tables.html#h-11.2.2
 A TABLE element may only contain one CAPTION element.

http://www.w3.org/TR/html5/tabular-data.html#the-caption-element
 As the first element child of a table element.

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Low |Normal

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2011-04-15 
14:11:07 UTC ---
I understand that it is in the spec.  That makes complete sense.

We haven't given the user a warning when they didn't put the caption before the
row data -- we just worked around it.  Starting to warn when they do something
wonky seems bad, too.   The only case I'm aware of that we provide warning is
in the Cite extension when there is no references tag.

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-04-14 
19:49:56 UTC ---
If the table has no data, the display is messed up, but, otherwise, multiple
captions can be displayed.

http://en.wikipedia.org/wiki/User:MarkAHershberger/Bug_Examples#Bug_25739

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|High|Low

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

--- Comment #3 from Bergi a.d.be...@web.de 2011-04-14 20:16:18 UTC ---
No, the invalid (?) table syntax (captions without cells) is not the issue of
this bug.
I've addded a third example at your page, which generates a valid table.
Firefox, also in version 4, doesn't show the second caption. Users of other
browsers should be warned.

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords||triage

--- Comment #5 from Mark A. Hershberger m...@everybody.org 2011-04-15 
00:12:48 UTC ---
Strike that.  Examples added to my demo.  When captions are first they're in a
caption element.  When captions are last, they are in a pre element.

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

--- Comment #6 from Mark A. Hershberger m...@everybody.org 2011-04-15 
00:15:19 UTC ---
(In reply to comment #5)
 When captions are last, they are in a pre element.

Make that a p element.

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-04-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

--- Comment #4 from Mark A. Hershberger m...@everybody.org 2011-04-15 
00:07:02 UTC ---
alright, the HTML being generated in those two cases is different.  When you
put it in the wikitable class, actual caption elements are produced. 
Otherwise, the caption is just stuffed in a pre tag.

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2011-02-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Normal  |High
 CC||m...@everybody.org

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25794] disallow multiple table captions

2010-11-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

✓ andbe...@web.de changed:

   What|Removed |Added

 CC||andbe...@web.de

--- Comment #1 from ✓ andbe...@web.de 2010-11-11 20:22:09 UTC ---
Could you please add an error message instead of the second (and following)
captions?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l