Bug 538991 - [Browser] Support embedding Edge on Windows (Final)

Change-Id: If1c4c832814e563ea477d19e2f725c068c17f658
Signed-off-by: Nikita Nemkin <nikita@nemkin.ru>
diff --git a/4.19/platform_isv.html b/4.19/platform_isv.html
index 7199df0..c5b9b90 100644
--- a/4.19/platform_isv.html
+++ b/4.19/platform_isv.html
@@ -112,16 +112,21 @@
       </p>
     </td>
   </tr>
-  <tr id="swt-edge"> <!-- https://bugs.eclipse.org/538991 -->
-    <td class="title"><a href="#swt-edge">Support(currently experimental) for Chromium-based Edge browser renderer</a></td>
+  <tr id="browser-edge"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=538991 -->
+    <td class="title">Edge back-end for the Browser widget</td>
     <td class="content">
-      SWT now supports Edge as a browser renderer on Windows10 using a new <code>SWT.EDGE</code> constant.
-      <ul>
-      <li>Please note that Edge integration is currently experimental, it ISN'T a drop-in replacement for the old IE back-end.</li>
-      <li>There are differences in behavior and missing APIs.</li>
-      <li>Eclipse has multiple issues when running with Edge as a default.</li>
-      <li>Please see this <a href="https://git.eclipse.org/r/plugins/gitiles/platform/eclipse.platform.swt/+/refs/heads/master/bundles/org.eclipse.swt/Readme.WebView2.md">Readme</a> entry for details on using the Edge style browser.</li>
-      </ul>
+      On Windows, Browser widget supports a new back-end based on the WebView2 component (Microsoft Edge).
+      Use the <code>SWT.EDGE</code> style constant to enable it.
+      <p>
+        Note that this integration is experimental and not a drop-in replacement for the older Internet Explorer back-end.
+        There are missing features and significant differences in behavior.
+        Eclipse Platform has multiple issues when running with Edge as a default.
+      </p>
+      <p>
+        For additional information, see SWT FAQ entries
+        <a href="https://www.eclipse.org/swt/faq.php#howuseedge">How do I explicitly use Edge as the Browser's underlying renderer</a> and
+        <a href="https://www.eclipse.org/swt/faq.php#edgelimitations">What are the limitations of Edge Browser renderer</a>.
+      </p>
     </td>
   </tr>
   <!-- *********************** End of SWT *********************** -->