Results 10 issues of Canhua Li

### Problem Statement $ is not a valid usage in JSON, so it has problem to convert the template data to bool directly. ``` "rtl": ${bool($rtl)} ``` ### Proposed solution...

Request
Area-Designer

Details 1. Attribution area: Should look like this. The green dotted box that contains the attribution should be invisible. ![image](https://user-images.githubusercontent.com/6290692/152872840-744d5cd0-181f-4843-b361-6e3a3a0be9ba.png) 2. ![image](https://user-images.githubusercontent.com/6290692/152873270-542a0f64-aabd-4ed8-97eb-afb08a566075.png) 3. for the light theme large card, The...

Bug
Task
Area-Designer

Revisit https://github.com/microsoft/AdaptiveCards/pull/6763#issuecomment-1171999511 @compulim ``` (I know not many people will read comments in merged/closed PRs. But I will just keep it here.) IMO, role="toolbar" is a better role for grouping...

Bug
Area-Accessibility

This is a follow up on https://github.com/microsoft/AdaptiveCards/pull/7910#discussion_r975208157 This directive [Content-Security-Policy/trusted-types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/trusted-types) controls what TT policies are allowed in the client. If the app now consumes new version of AC SDK without...

(cherry picked from commit dc9a6b4d196d804b0fa7678a4522e022c6d13a12) ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoft/AdaptiveCards/pull/7912)

Possible related to npm two-factor authentication

Low risk to the project, but it's better to fix it. ``` npx lerna clean npm ci npx lerna bootstrap --ci npx lerna run release npm run audit-all -- --no-fix...

Part of the changes are drafted, and then reverted in #7819 - How to test designer change after you make trusted-types changes. Edit the html directly from developer's tool provided...

Dev follows the instruction and use latest release to product but run into issue because latest release pointed to 2.11.2 for unknown reason and caused trouble. Not able to identify...

no-recent-activity

Issue happens when WebDriverIO v7 directly connect with WinAppDriver. webdriverio is W3C WebDriver capabilities, and it doesn't support capability like 'app:' or `appWorkingDir:`. to support user to upgrade webdriverio from...