Stream: committers
Topic: HTML Anchors
Grahame Grieve (Dec 01 2016 at 10:40):
Editors: If the source HTML contains either <a name=".."/> or <a name=".."></a>, then some browsers will render the generated html incorrectly. I have added a rule that all name anchors like this must have at least a space in them: <a name=".."> </a>
Paul Knapp (Dec 01 2016 at 10:42):
Do you mean at least one actual character or literally a space?
Paul Knapp (Dec 01 2016 at 10:43):
Also, is there a defined css class for a table (grid) with alternating row background?
Grahame Grieve (Dec 01 2016 at 10:52):
at least one character, or a space.
Grahame Grieve (Dec 01 2016 at 10:52):
I don't think I have a class for that
Paul Knapp (Dec 01 2016 at 11:00):
On line 57 in cqif-topics-using-expressions.html you have an orphan </a> which is killing the build. I can commit the fix if you wish.
Paul Knapp (Dec 01 2016 at 11:05):
And in line 307 (306 if you are base 0) same in cqif-knowledge-artifact-representation.html
Grahame Grieve (Dec 01 2016 at 11:06):
I think I have all of them committed now. Had a problem because my web access went down
Brian Postlethwaite (Dec 02 2016 at 05:56):
Yes there is one for the alternating backgrounds.
<table class="bare">
Its what is used on the modules pages
Last updated: Apr 12 2022 at 19:14 UTC