hello,
i wasn't sure if i had to submit a bug or feature for this one :/
html 4.01 transitional allows for deprecated elements and attributes, how ever the strict DTD and xhtml 1.0 or xhtml 1.1 do not allow "target" attributes on links.
as a consequence, this module spreads markup which is somehow now considered as bad practice.
what do you think about it ?
Comments
Comment #1
restlesscoder commentedI posted a patch in the onclick support issue that adds support for the onClick attribute, so you can use "window.open(this.href)" in JS instead of target="_blank" now. Just be warned that quicksketch will likely change the form this onClick feature will take in a future release. There may be a more user friendly way to create a JS pop-up without needing to actually know any JavaScript.
Comment #2
quicksketchThanks restless coder. Because onclick can actually replace target entirely, let's move this whole discussion to http://drupal.org/node/181201.