We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the functional tests several deprecated messages are sent:
WARenderLoopContinuation>>#updateRoot:
#charset:
WAMetaElement
WACanvasTableFunctionalTest
WATableDateTag>>#scope:
WATableCellTag>>#align:
WATableCellTag>>#character:
WAHtml5ElementsTest
WAHtmlCanvas>>#menu
WALotsaLinksFunctionalTest
WAAnchorTag>>name:
WAPerformanceFunctionalTest
WAHtmlCanvas>>#big
WAAnchorTag>>#name:
WAPhraseElementsFunctionalTest
WAHtmlCanvas>>#acronym
WASelectionDateTableFunctionalTest
The text was updated successfully, but these errors were encountered:
Just to note: the intention was to adapt the tests when the deprecated messages are actually removed.
Sorry, something went wrong.
The WAMetaElement>>#charSet: deprecation was not correct. The charSet attribute is deprecated on <a/> and <script/> tags only. I will remove it.
WAMetaElement>>#charSet:
charSet
<a/>
<script/>
jbrichau
Successfully merging a pull request may close this issue.
When running the functional tests several deprecated messages are sent:
WARenderLoopContinuation>>#updateRoot:
sends#charset:
toWAMetaElement
WACanvasTableFunctionalTest
sendsWATableDateTag>>#scope:
WATableCellTag>>#align:
WATableCellTag>>#character:
WAHtml5ElementsTest
sendsWAHtmlCanvas>>#menu
WALotsaLinksFunctionalTest
sendsWAAnchorTag>>name:
WAPerformanceFunctionalTest
sendsWAHtmlCanvas>>#big
andWAAnchorTag>>#name:
WAPhraseElementsFunctionalTest
sendsWAHtmlCanvas>>#acronym
WASelectionDateTableFunctionalTest
sendsWATableCellTag>>#align:
The text was updated successfully, but these errors were encountered: