diff --git a/www/kona.html b/www/kona.html
index dcebbfff0..4eb4431c6 100644
--- a/www/kona.html
+++ b/www/kona.html
@@ -79,8 +79,8 @@
| 2384 | Allocator's deallocate function needs better specification | Kona | Complete |
| 2385 | function::assign allocator argument doesn't make sense | Kona | |
| 2435 | reference_wrapper::operator()'s Remark should be deleted | Kona | Complete |
- | 2447 | Allocators and volatile-qualified value types | Kona | |
- | 2462 | std::ios_base::failure is overspecified | Kona | |
+ | 2447 | Allocators and volatile-qualified value types | Kona | Complete |
+ | 2462 | std::ios_base::failure is overspecified | Kona | Complete |
| 2466 | allocator_traits::max_size() default behavior is incorrect | Kona | Patch Ready |
| 2469 | Wrong specification of Requires clause of operator[] for map and unordered_map | Kona | |
| 2473 | basic_filebuf's relation to C FILE semantics | Kona | Complete |
@@ -124,10 +124,10 @@
2384 - Wording cleanup; no code change required
2385 - Removing broken signatures. Only question is "how far back"?
2435 - Wording cleanup; no code change required
-2447 - I don't know if there's any work here.
-2462 - No code change necessary. I don't see any tests. I think that there should be
+2447 - This is a relaxation of a requirement that we satisfy. No changes needed..
+2462 - Added a simple test. No code change needed Patch Available
2466 - Simple change; need a test. Patch Available
-2469 - This is a followon to 2464, which we're done. This restates a bunch of operations in terms of newer ops. Probably refactoring to do here, but tests shouldn't change.
+2469 - This is a follow on to 2464, which we're done. This restates a bunch of operations in terms of newer ops. Probably refactoring to do here, but tests shouldn't change.
2473 - There are two changes here; one to filebuf::seekpos and the other to filebuf::sync. We do both of these already.
2476 - Just needed tests. Patch Available
2477 - Wording cleanup.