Jonas Maebe пишет:
On 20 Oct 2010, at 13:37, Michael Van Canneyt wrote:

Can you please enter a bug-report for this, and simply mention these facts ?
- Fix as suggested in Delphi mode
- Prohibit in ObjFPC mode ?

Prohibiting it breaks the compilation of dom_html.pp:

dom_html.pp(66,14) Error: Duplicate identifier "ClassName"

If dom_html is the only problem, I think it can be fixed (by renaming 
ClassName). The w3.org specs
has many property names which clash with Pascal reserved words (type, label, 
etc. That 'ClassName'
was intended to be 'Class'.), so it's anyway impossible to follow the specs 
closely.

Regards,
Sergei

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to