diff --git a/techniques/html/H35.html b/techniques/html/H35.html
index ac1365cabb..6af96accd7 100644
--- a/techniques/html/H35.html
+++ b/techniques/html/H35.html
@@ -1,5 +1,8 @@
---
-obsoleteMessage: The Java-specific applet
element is obsolete.
+obsoleteMessage: |
+ The Java-specific applet
element is
+ obsolete in the HTML Living Standard.
+ Use embed
or object
instead.
obsoleteSince: 20
---
applet
elements longdesc
attribute is obsolete and not widely supported.
+obsoleteMessage: |
+ The longdesc
attribute is
+ obsolete in the HTML Living Standard,
+ and was never widely supported.
+ Use an a
element or an image map to link to the description.
obsoleteSince: 20
---
noembed
is obsolete. Use object
instead when fallback is necessary.
+obsoleteMessage: |
+ noembed
is
+ obsolete in the HTML Living Standard.
+ Use object
instead when fallback is necessary.
obsoleteSince: 20
---
prev
and next
typically have no effect on browser navigation controls.
+obsoleteMessage: prev
and next
typically have no effect on browser navigation controls.
obsoleteSince: 20
---
diff --git a/techniques/html/H70.html b/techniques/html/H70.html
index b8ca99df01..5646c8ec0d 100644
--- a/techniques/html/H70.html
+++ b/techniques/html/H70.html
@@ -1,5 +1,9 @@
---
-obsoleteMessage: The frameset
and frame
elements are obsolete.
+obsoleteMessage: |
+ The frameset
and frame
elements are
+ obsolete in the HTML Living Standard.
+ Either use iframe
and CSS instead,
+ or use server-side includes to generate complete pages with the various invariant parts merged in.
obsoleteSince: 20
---
summary
attribute is obsolete as of HTML5.
+obsoleteMessage: |
+ The summary
attribute is
+ obsolete in the HTML Living Standard.
+ Use one of the techniques for describing tables instead.
obsoleteSince: 20
---